Skip to content

Commit 39fee73

Browse files
authored
hide use classic mode button for non windows platform (#4739)
1 parent aa040ca commit 39fee73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/UniGetUI.Avalonia/Views/Pages/SettingsPages/Interface_P.axaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
WarningText="{t:Translate Restart UniGetUI to apply this change}"
3333
StateChangedCommand="{Binding ShowRestartRequiredCommand}"
3434
IsEnabled="{Binding !IsBetaTester}"
35+
IsVisible="{Binding IsWindows}"
3536
ToolTip.Tip="{t:Translate The classic UI is disabled for beta testers}"
3637
CornerRadius="8"/>
3738

0 commit comments

Comments
 (0)