accept matches
TODO: make it a button
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
Height="480"
|
||||
Width="700"
|
||||
Background="#0a1a2a"
|
||||
Topmost="True"
|
||||
>
|
||||
<Window.DataContext>
|
||||
<vm:MainViewModel />
|
||||
@@ -60,6 +61,7 @@
|
||||
<MenuItem Header="Start Queueing" Command="{Binding StartQueueingCommand}" />
|
||||
<Separator />
|
||||
<MenuItem Header="Topmost" IsCheckable="True" IsChecked="{Binding Topmost, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type local:MainWindow}}}" />
|
||||
<MenuItem Header="Auto Accept" IsCheckable="True" IsChecked="{Binding AutoAccept}" />
|
||||
<Separator />
|
||||
<MenuItem Header="Reload ARAM Balance" Command="{Binding ReloadARAMBalanceCommand}" />
|
||||
<Separator />
|
||||
|
||||
Reference in New Issue
Block a user