feat: add configurable operator appearance and layout
This commit is contained in:
@@ -831,7 +831,8 @@ public sealed partial class MainWindow : Window
|
||||
private static bool IsOperatorSettingsIntent(LegacyUiIntent intent) => intent is
|
||||
LegacyChooseOperatorFolderIntent or
|
||||
LegacyResetOperatorFolderIntent or
|
||||
LegacySetOperatorNavigationExpandedIntent;
|
||||
LegacySetOperatorNavigationExpandedIntent or
|
||||
LegacySetOperatorAppearanceIntent;
|
||||
|
||||
private static bool IsNamedPlaylistModalIntent(LegacyUiIntent intent) =>
|
||||
intent is LegacyRefreshNamedPlaylistsIntent or
|
||||
|
||||
Reference in New Issue
Block a user