feat(设置): 添加实验性选项页面并优化图标显示
添加新的实验性选项页面,将高级设置中的实验性功能移至该页面 优化设置页面中图标的显示,支持自定义字体 为外部协议调用和避免全屏助手添加设置项 默认启用避免全屏助手功能
This commit is contained in:
@@ -50,6 +50,14 @@
|
||||
SwitchName="ToggleSwitchFoldAtStartup"
|
||||
Toggled="ToggleSwitchFoldAtStartup_Toggled" />
|
||||
|
||||
<!-- 外部协议调用 -->
|
||||
<controls:LabeledSettingsCard x:Name="CardExternalProtocol"
|
||||
Header="{i18n:I18n Key=Startup_ExternalProtocol}"
|
||||
Description="{i18n:I18n Key=Startup_ExternalProtocolHint}"
|
||||
Icon="{x:Static ui:FluentSystemIcons.Link_20_Regular}"
|
||||
SwitchName="ToggleSwitchExternalProtocol"
|
||||
Toggled="ToggleSwitchExternalProtocol_Toggled" />
|
||||
|
||||
<!-- 运行模式 -->
|
||||
<TextBlock Style="{StaticResource SettingsSectionHeaderTextBlockStyle}"
|
||||
Text="{i18n:I18n Key=Settings_ModeDesc_1}" />
|
||||
|
||||
Reference in New Issue
Block a user