mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
settings: Remove obsolete default_desktop_notifications setting.
This actually hasn't been hooked up to do anything in years. While we're at it, we remove the entire "Zulip Labs" settings page.
This commit is contained in:
@@ -14,7 +14,6 @@ exports.initialize = function () {
|
||||
load_func_dict.set('alert-words', alert_words_ui.set_up_alert_words);
|
||||
load_func_dict.set('uploaded-files', attachments_ui.set_up_attachments);
|
||||
load_func_dict.set('muted-topics', settings_muting.set_up);
|
||||
load_func_dict.set('zulip-labs', settings_lab.set_up);
|
||||
};
|
||||
|
||||
exports.load_settings_section = function (section) {
|
||||
|
||||
Reference in New Issue
Block a user