mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
13 lines
205 B
C#
13 lines
205 B
C#
// 2025/6/23 by Zhe Fang
|
|
|
|
namespace BetterLyrics.WinUI3.Enums
|
|
{
|
|
public enum LyricsWindowMode
|
|
{
|
|
StandardMode,
|
|
DockMode,
|
|
DesktopMode,
|
|
PictureInPictureMode,
|
|
}
|
|
}
|