Skip to content

Commit

Permalink
Added topmost
Browse files Browse the repository at this point in the history
  • Loading branch information
Plextora committed Nov 10, 2022
1 parent eb4c434 commit 1a82c5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EvadeKeystrokes.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
Background="Transparent"
AllowsTransparency="True"
WindowStyle="None"
Closing="WindowClose">
Closing="WindowClose"
Topmost="True">
<Grid>
<Button x:Name="WKeystroke" Content="W" HorizontalAlignment="Left" VerticalAlignment="Top" Width="40" Height="40" FontSize="20" Margin="69,40,0,0"/>
<Button x:Name="AKeystroke" Content="A" HorizontalAlignment="Left" VerticalAlignment="Top" Width="40" Height="40" Margin="29,80,0,0" FontSize="20"/>
Expand Down

0 comments on commit 1a82c5e

Please sign in to comment.