Skip to content

Commit 454476d

Browse files
committed
fix: 发布模式下APP窗口左上角图标不显示
1 parent ee26aa4 commit 454476d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Moder.Core/Views/MainWindow.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Height="24"
2424
Margin="8,0,0,0"
2525
IsHitTestVisible="False"
26-
Path="../Assets/logo.svg" />
26+
Path="./Assets/logo.svg" />
2727

2828
<Menu>
2929
<MenuItem Command="{Binding OpenCharacterEditorCommand}" Header="{x:Static lang:Resource.Menu_CharacterEditor}" />

0 commit comments

Comments
 (0)