diff --git a/src/Spectron/App.axaml b/src/Spectron/App.axaml index ff2ea6e..cd8d380 100644 --- a/src/Spectron/App.axaml +++ b/src/Spectron/App.axaml @@ -8,15 +8,13 @@ - - - + diff --git a/src/Spectron/App.axaml.cs b/src/Spectron/App.axaml.cs index 50b1b1b..6459076 100644 --- a/src/Spectron/App.axaml.cs +++ b/src/Spectron/App.axaml.cs @@ -60,14 +60,4 @@ private void AboutMenuItem_OnClick(object? sender, EventArgs e) var aboutView = new AboutView(); aboutView.ShowDialog(MainWindow); } - - private void SettingsMenuItem_OnClick(object? sender, EventArgs e) - { - if (MainWindow == null) - { - return; - } - - MainWindowViewModel?.OpenPreferencesWindow(); - } } \ No newline at end of file diff --git a/src/Spectron/Controls/GamepadControlsMapping.axaml b/src/Spectron/Controls/GamepadControlsMapping.axaml index 2edde90..facff02 100644 --- a/src/Spectron/Controls/GamepadControlsMapping.axaml +++ b/src/Spectron/Controls/GamepadControlsMapping.axaml @@ -12,7 +12,7 @@ - + - + @@ -42,7 +42,7 @@ - -