Skip to content

Commit 28bcd8d

Browse files
committed
chores: remove taskbar mode entry
1 parent 5750bd3 commit 28bcd8d

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

BetterLyrics.WinUI3/BetterLyrics.WinUI3 (Package)/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="37412.BetterLyrics"
1414
Publisher="CN=E1428B0E-DC1D-4EA4-ACB1-4556569D5BA9"
15-
Version="1.1.175.0" />
15+
Version="1.1.179.0" />
1616

1717
<mp:PhoneIdentity PhoneProductId="ca4a4830-fc19-40d9-b823-53e2bff3d816" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1818

BetterLyrics.WinUI3/BetterLyrics.WinUI3/Controls/LyricsWindowSettingsControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<MenuFlyoutItem x:Uid="SettingsPageDockedMode" Command="{x:Bind ViewModel.CreateDockedLyricsWindowStatusCommand}" />
3838
<MenuFlyoutItem x:Uid="SettingsPageFullscreenMode" Command="{x:Bind ViewModel.CreateFullLyricsWindowStatusCommand}" />
3939
<MenuFlyoutItem x:Uid="SettingsPageNarrowMode" Command="{x:Bind ViewModel.CreateNarrowLyricsWindowStatusCommand}" />
40-
<MenuFlyoutItem x:Uid="SettingsPageTaskbarMode" Command="{x:Bind ViewModel.CreateTaskbarLyricsWindowStatusCommand}" />
40+
<!--<MenuFlyoutItem x:Uid="SettingsPageTaskbarMode" Command="{x:Bind ViewModel.CreateTaskbarLyricsWindowStatusCommand}" />-->
4141
</MenuFlyout>
4242
</Button.Flyout>
4343
</Button>

BetterLyrics.WinUI3/BetterLyrics.WinUI3/Controls/WindowSettingsControl.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</dev:SettingsExpander.Items>
8787
</dev:SettingsExpander>
8888

89-
<dev:SettingsExpander
89+
<!--<dev:SettingsExpander
9090
x:Uid="SettingsPagePinToTaskbar"
9191
HeaderIcon="{ui:FontIcon FontFamily={StaticResource IconFontFamily},
9292
Glyph=&#xE7C4;}"
@@ -100,7 +100,7 @@
100100
</ComboBox>
101101
</dev:SettingsCard>
102102
</dev:SettingsExpander.Items>
103-
</dev:SettingsExpander>
103+
</dev:SettingsExpander>-->
104104

105105
<dev:SettingsExpander
106106
x:Uid="SettingsPageAOT"

BetterLyrics.WinUI3/BetterLyrics.WinUI3/Views/NowPlayingWindow.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ public NowPlayingWindow(LyricsWindowStatus status)
6161
LyricsWindowStatus = status;
6262
NowPlayingPage.LyricsWindowStatus = LyricsWindowStatus;
6363

64-
_taskbarHook = new TaskbarHook(LyricsWindowStatus.TaskbarPlacement, OnTaskbarFreeBoundsChanged);
65-
6664
this.Init("LyricsPageTitle", TitleBarHeightOption.Collapsed, BackdropType.Transparent);
6765

6866
AppWindow.Changed += AppWindow_Changed;

BetterLyrics.WinUI3/BetterLyrics.WinUI3/Views/SystemTrayWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private void EnsureLyricsWindowStatus()
7373
records.Add(LyricsWindowStatusExtensions.DockedMode(this));
7474
records.Add(LyricsWindowStatusExtensions.NarrowMode(this));
7575
records.Add(LyricsWindowStatusExtensions.FullscreenMode(this));
76-
records.Add(LyricsWindowStatusExtensions.TaskbarMode(this));
76+
//records.Add(LyricsWindowStatusExtensions.TaskbarMode(this));
7777
}
7878
}
7979

0 commit comments

Comments
 (0)