We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa040ca commit 39fee73Copy full SHA for 39fee73
1 file changed
src/UniGetUI.Avalonia/Views/Pages/SettingsPages/Interface_P.axaml
@@ -32,6 +32,7 @@
32
WarningText="{t:Translate Restart UniGetUI to apply this change}"
33
StateChangedCommand="{Binding ShowRestartRequiredCommand}"
34
IsEnabled="{Binding !IsBetaTester}"
35
+ IsVisible="{Binding IsWindows}"
36
ToolTip.Tip="{t:Translate The classic UI is disabled for beta testers}"
37
CornerRadius="8"/>
38
0 commit comments