We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f50d66 commit aefc6c1Copy full SHA for aefc6c1
VisualStudioDiscordRPC.Shared/Views/SettingsWindow.xaml
@@ -119,8 +119,7 @@
119
<StackPanel
120
Orientation="Horizontal"
121
VerticalAlignment="Center"
122
- Margin="5 5 5 0"
123
- IsEnabled="{Binding DetectIdlingEnabled}">
+ Margin="5 5 5 0">
124
<CheckBox
125
IsChecked="{Binding DetectIdlingEnabled}"
126
VerticalAlignment="Center">
@@ -261,4 +260,4 @@
261
260
Foreground="DarkGray"
262
Text="{Binding Version, StringFormat=Version: {0}}"/>
263
</StackPanel>
264
-</Window>
+</Window>
0 commit comments