mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
chores: add item in faq; hide horizontal scroll bar
This commit is contained in:
@@ -317,7 +317,7 @@
|
|||||||
<TextBlock x:Uid="LyricsWindowSettingsControlCurrentLyricsWindowConfig" Style="{StaticResource SettingsSectionHeaderTextBlockStyle}" />
|
<TextBlock x:Uid="LyricsWindowSettingsControlCurrentLyricsWindowConfig" Style="{StaticResource SettingsSectionHeaderTextBlockStyle}" />
|
||||||
|
|
||||||
<ListView
|
<ListView
|
||||||
ScrollViewer.HorizontalScrollBarVisibility="Auto"
|
ScrollViewer.HorizontalScrollBarVisibility="Hidden"
|
||||||
ScrollViewer.HorizontalScrollMode="Enabled"
|
ScrollViewer.HorizontalScrollMode="Enabled"
|
||||||
ScrollViewer.VerticalScrollBarVisibility="Disabled"
|
ScrollViewer.VerticalScrollBarVisibility="Disabled"
|
||||||
ScrollViewer.VerticalScrollMode="Disabled"
|
ScrollViewer.VerticalScrollMode="Disabled"
|
||||||
|
|||||||
@@ -132,7 +132,7 @@
|
|||||||
CanReorderItems="True"
|
CanReorderItems="True"
|
||||||
DragItemsCompleted="MediaSourceProvidersListView_DragItemsCompleted"
|
DragItemsCompleted="MediaSourceProvidersListView_DragItemsCompleted"
|
||||||
ItemsSource="{x:Bind ViewModel.AppSettings.MediaSourceProvidersInfo, Mode=OneWay}"
|
ItemsSource="{x:Bind ViewModel.AppSettings.MediaSourceProvidersInfo, Mode=OneWay}"
|
||||||
ScrollViewer.HorizontalScrollBarVisibility="Auto"
|
ScrollViewer.HorizontalScrollBarVisibility="Hidden"
|
||||||
ScrollViewer.HorizontalScrollMode="Enabled"
|
ScrollViewer.HorizontalScrollMode="Enabled"
|
||||||
ScrollViewer.VerticalScrollBarVisibility="Disabled"
|
ScrollViewer.VerticalScrollBarVisibility="Disabled"
|
||||||
ScrollViewer.VerticalScrollMode="Disabled"
|
ScrollViewer.VerticalScrollMode="Disabled"
|
||||||
|
|||||||
BIN
FAQ/PixPin_2025-10-25_09-08-47.gif
Normal file
BIN
FAQ/PixPin_2025-10-25_09-08-47.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 MiB |
@@ -14,12 +14,16 @@ Settings -> Lyrics window manager -> Create from templates -> Fullscreen mode
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### How to switch modes
|
### How to switch modes?
|
||||||
|
|
||||||
You can switch modes by pressing default shortcuts `Ctrl + Alt + S` and then choosing one of the modes displayed on your screen. (Press `Escape` to close the choosing window)
|
You can switch modes by pressing default shortcuts `Ctrl + Alt + S` and then choosing one of the modes displayed on your screen. (Press `Escape` to close the choosing window)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### How to move and resize the window? I cannot touch the window.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### How to install ".msixbundle" package? (for test package only)
|
### How to install ".msixbundle" package? (for test package only)
|
||||||
[See this doc](https://github.com/jayfunc/BetterLyrics/blob/dev/How2Install/How2Install.md)
|
[See this doc](https://github.com/jayfunc/BetterLyrics/blob/dev/How2Install/How2Install.md)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user