Skip to content

Commit

Permalink
removed Notifications configuration from menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Freaxed committed Oct 29, 2023
1 parent 84aa199 commit 7c63903
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GenioApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ GenioApp::PrepareConfig(ConfigManager& cfg)
GMessage limits = {{ {"min", 0}, {"max", 500} }};
cfg.AddConfig("Editor/Visual", "edgeline_column", B_TRANSLATE("Edge column"), 80, &limits);

cfg.AddConfig("Notifications", "enable_notifications", B_TRANSLATE("Enable notifications"), true);

cfg.AddConfig("Build", "wrap_console", B_TRANSLATE("Wrap console"), false);
cfg.AddConfig("Build", "console_banner", B_TRANSLATE("Console banner"), true);
cfg.AddConfig("Build", "build_on_save", B_TRANSLATE("Auto-Build on resource save"), false);
Expand Down

0 comments on commit 7c63903

Please sign in to comment.