mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General refactor and cleanup.
This commit is contained in:
@@ -85,8 +85,7 @@ public sealed class SettingsViewModel : ViewModelBase
|
||||
CancelCommand = ReactiveCommand.Create(ExecuteCancelCommand);
|
||||
SaveCommand = ReactiveCommand.Create(ExecuteSaveCommand);
|
||||
|
||||
if(!_gdprVisible)
|
||||
_tabControlSelectedIndex = 1;
|
||||
if(!_gdprVisible) _tabControlSelectedIndex = 1;
|
||||
}
|
||||
|
||||
// TODO: Show Preferences in macOS
|
||||
|
||||
Reference in New Issue
Block a user