mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Settings menus:
- remove .disabled, never used - cleanup/simplify code
This commit is contained in:
parent
a624d43602
commit
75c879836c
20 changed files with 33 additions and 111 deletions
|
|
@ -126,8 +126,7 @@ export class AbstractSettingsScreen extends AbstractScreen {
|
|||
this.menu.push({
|
||||
route: SettingsViewModel.__rlSettingsData.Route,
|
||||
label: SettingsViewModel.__rlSettingsData.Label,
|
||||
selected: ko.observable(false),
|
||||
disabled: false
|
||||
selected: ko.observable(false)
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue