Skip to content

Commit 4354ca5

Browse files
committed
0.27.0
1 parent 27ff3e6 commit 4354ca5

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

BetterGenshinImpact/Core/Config/Global.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace BetterGenshinImpact.Core.Config;
55

66
public class Global
77
{
8-
public static string Version { get; } = "0.26.4";
8+
public static string Version { get; } = "0.27.0";
99

1010
public static string StartUpPath { get; } = AppContext.BaseDirectory;
1111

BetterGenshinImpact/View/Pages/CommonSettingsPage.xaml

+14-18
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342

343343
</StackPanel>
344344
</ui:CardExpander>
345-
345+
346346
<!-- 退出时最小化 -->
347347
<ui:CardControl Margin="0,0,0,12" Icon="{ui:SymbolIcon ArrowMinimize24}">
348348
<ui:CardControl.Header>
@@ -351,27 +351,23 @@
351351
<RowDefinition Height="Auto" />
352352
<RowDefinition Height="Auto" />
353353
</Grid.RowDefinitions>
354-
<ui:TextBlock
355-
Grid.Row="0"
356-
Grid.Column="0"
357-
FontTypography="Body"
358-
TextWrapping="Wrap"
359-
Text="退出时最小化到系统托盘" />
360-
<ui:TextBlock
361-
Grid.Row="1"
362-
Grid.Column="0"
363-
Foreground="{ui:ThemeResource TextFillColorTertiaryBrush}"
364-
TextWrapping="Wrap"
365-
Text="启用后点击右上角退出按钮会最小化到系统托盘继续运行,右键托盘图标退出" />
354+
<ui:TextBlock Grid.Row="0"
355+
Grid.Column="0"
356+
FontTypography="Body"
357+
Text="退出时最小化到系统托盘"
358+
TextWrapping="Wrap" />
359+
<ui:TextBlock Grid.Row="1"
360+
Grid.Column="0"
361+
Foreground="{ui:ThemeResource TextFillColorTertiaryBrush}"
362+
Text="启用后点击右上角退出按钮会最小化到系统托盘继续运行,右键托盘图标退出"
363+
TextWrapping="Wrap" />
366364
</Grid>
367365
</ui:CardControl.Header>
368-
<ui:ToggleSwitch
369-
Margin="0,0,36,0"
370-
IsChecked="{Binding Config.CommonConfig.ExitToTray, Mode=TwoWay}" />
366+
<ui:ToggleSwitch Margin="0,0,36,0" IsChecked="{Binding Config.CommonConfig.ExitToTray, Mode=TwoWay}" />
371367
</ui:CardControl>
372368

373369
<!-- 地图 -->
374-
<ui:CardControl Margin="0,0,0,12" Icon="{ui:SymbolIcon Cursor24}">
370+
<!--<ui:CardControl Margin="0,0,0,12" Icon="{ui:SymbolIcon Cursor24}">
375371
<ui:CardControl.Header>
376372
<Grid>
377373
<Grid.RowDefinitions>
@@ -393,7 +389,7 @@
393389
<ui:Button Margin="0,0,36,0"
394390
Command="{Binding OpenMapViewerCommand}"
395391
Content="查看地图" />
396-
</ui:CardControl>
392+
</ui:CardControl>-->
397393

398394
<!--<ui:CardControl Margin="0,0,0,12" Icon="{ui:SymbolIcon Keyboard24}">
399395
<ui:CardControl.Header>

0 commit comments

Comments
 (0)