Skip to content

Commit

Permalink
Hide hotkey button
Browse files Browse the repository at this point in the history
  • Loading branch information
XanatosX committed Jan 7, 2024
1 parent 7c9b84f commit 334f8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModularToolManager/Views/HotkeysView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
x:Class="ModularToolManager.Views.HotkeysView">
<StackPanel>
<ItemsControl ItemsSource="{Binding Hotkeys}"/>
<Button Command="{Binding AbortCommand}" HotKey="Escape"/>
<Button IsVisible="false" Command="{Binding AbortCommand}" HotKey="Escape"/>
</StackPanel>
</UserControl>

0 comments on commit 334f8db

Please sign in to comment.