Skip to content

Commit

Permalink
1.0.17.0 RC-8 CC-6
Browse files Browse the repository at this point in the history
Hotkeys settings fix
Now "Use hotheys" toggle is unavailable and set IsEnabled=False
  • Loading branch information
Erruar committed Sep 27, 2024
1 parent 8217188 commit cdc8cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Saku Overclock/Views/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
</ScrollViewer>
</StackPanel>
<TextBlock x:Uid="Settings_Keybinds" Style="{ThemeResource SubtitleTextBlockStyle}" Text="Сочетания клавиш" />
<ToggleSwitch x:Uid="Settings_Keybinds_Enable" Margin="{StaticResource XSmallTopMargin}" x:Name="Settings_Keybinds_Enable" Toggled="Settings_Keybinds_Enable_Toggled">Использовать комбинации клавиш</ToggleSwitch>
<ToggleSwitch x:Uid="Settings_Keybinds_Enable" IsEnabled="False" IsOn="True" Margin="{StaticResource XSmallTopMargin}" x:Name="Settings_Keybinds_Enable" Toggled="Settings_Keybinds_Enable_Toggled">Использовать комбинации клавиш</ToggleSwitch>
<StackPanel Padding="0,0,0,10">
<TextBlock x:Name="Settings_Keybinds_Enable_Name" Text="Комбинации клавиш" x:Uid="Settings_Keybinds_Elements" />
<StackPanel Width="355" HorizontalAlignment="Left" Margin="{StaticResource XSmallTopMargin}" Orientation="Vertical">
Expand Down

0 comments on commit cdc8cf0

Please sign in to comment.