Skip to content

Commit efa1c64

Browse files
committed
up 更换svg图标
1 parent 2579703 commit efa1c64

206 files changed

Lines changed: 842 additions & 2066 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/ColorMC.Gui/ColorMC.Gui.csproj

Lines changed: 74 additions & 208 deletions
Large diffs are not rendered by default.

src/ColorMC.Gui/Manager/ImageManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ public static WindowIcon WindowIcon
8787
/// <summary>
8888
/// 星标图标
8989
/// </summary>
90-
public static readonly string[] Stars = ["/Resource/Icon/Item/star.svg", "/Resource/Icon/Item/star_1.svg"];
90+
public static readonly string[] Stars = ["/Resource/Icon/Item/StarFill.svg", "/Resource/Icon/Item/Star.svg"];
9191
/// <summary>
9292
/// 音乐播放暂停图标
9393
/// </summary>
94-
public static readonly string[] MusicIcons = ["/Resource/Icon/play.svg", "/Resource/Icon/pause.svg"];
94+
public static readonly string[] MusicIcons = ["/Resource/Icon/Button/Play.svg", "/Resource/Icon/Button/Pause.svg"];
9595
/// <summary>
9696
/// 最大化最小化图标
9797
/// </summary>

src/ColorMC.Gui/Objs/Config/GuiConfigObj.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ public record WindowUserStateObj
320320
/// 主窗口状态
321321
/// </summary>
322322
public ItemsGridType MainWindowState { get; set; }
323+
/// <summary>
324+
/// 主窗口状态
325+
/// </summary>
326+
public ItemsGridType UserWindowState { get; set; }
323327
}
324328

325329
/// <summary>
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)