Skip to content

Commit

Permalink
score sbaer
Browse files Browse the repository at this point in the history
  • Loading branch information
Parapass authored Apr 27, 2024
1 parent ce8ee5d commit f93cfef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ModAssistant/Pages/Options.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,15 @@
Unchecked="BeatSaverProtocolHandler_Unchecked"/>
<MenuItem
Padding="5,0"
Header="{DynamicResource Options:ScoreSaber}"
Name="ScoreSaberProtocolHandler"
IsCheckable="True"
StaysOpenOnClick="True"
Checked="ScoreSaberProtocolHandler_Checked"
IsChecked="{Binding ScoreSaberProtocolHandlerEnabled}"
Unchecked="ScoreSaberProtocolHandler_Unchecked"/>
<MenuItem
Padding="5,0"
Header="{DynamicResource Options:ModelSaber}"
Name="ModelSaberProtocolHandler"
IsCheckable="True"
Expand Down

0 comments on commit f93cfef

Please sign in to comment.