Skip to content

Commit aefc6c1

Browse files
authored
Removed unnecessary "IsEnabled" binding for the "Detect Idling" StackPanel
1 parent 2f50d66 commit aefc6c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

VisualStudioDiscordRPC.Shared/Views/SettingsWindow.xaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@
119119
<StackPanel
120120
Orientation="Horizontal"
121121
VerticalAlignment="Center"
122-
Margin="5 5 5 0"
123-
IsEnabled="{Binding DetectIdlingEnabled}">
122+
Margin="5 5 5 0">
124123
<CheckBox
125124
IsChecked="{Binding DetectIdlingEnabled}"
126125
VerticalAlignment="Center">
@@ -261,4 +260,4 @@
261260
Foreground="DarkGray"
262261
Text="{Binding Version, StringFormat=Version: {0}}"/>
263262
</StackPanel>
264-
</Window>
263+
</Window>

0 commit comments

Comments
 (0)