improve:UI
This commit is contained in:
@@ -1864,7 +1864,7 @@
|
||||
<value>Finger mode BoundsWidth</value>
|
||||
</data>
|
||||
<data name="Advanced_EdgeGestureUtilHint_Part1" xml:space="preserve">
|
||||
<value>EdgeGestureUtil is newly introduced in ICC to temporarily block edge gestures when using touch (e.g., on Windows 10: swipe from the left edge to Task View, from the right edge to Action Center; on Windows 11: swipe up from the bottom to open Start). It works by using</value>
|
||||
<value>EdgeGestureUtil is newly introduced in ICC to temporarily block edge gestures when using touch (e.g., on Windows 10: swipe from the left edge to Task View, from the right edge to Action Center; on Windows 11: swipe up from the bottom to open Start). It works by using System.EdgeGesture.DisableTouchWhenFullscreen (When the app window is active and in full-screen mode (or an owned window is active), prevents edge gesture behavior.) If anything is abnormal, turn this option off; it should take effect immediately. (Not available on Windows 7/8.)</value>
|
||||
</data>
|
||||
<data name="Advanced_EdgeGestureUtilHint_Part2" xml:space="preserve">
|
||||
<value>(When the app window is active and in full-screen mode (or an owned window is active), prevents edge gesture behavior.) If anything is abnormal, turn this option off; it should take effect immediately. (Not available on Windows 7/8.)</value>
|
||||
|
||||
@@ -1907,7 +1907,7 @@
|
||||
<value>手指模式 BoundsWidth</value>
|
||||
</data>
|
||||
<data name="Advanced_EdgeGestureUtilHint_Part1" xml:space="preserve">
|
||||
<value>EdgeGestureUtil是icc最新引入的可以暂时阻止在使用触摸时触发边缘手势(如Windows10环境下,屏幕左边缘滑动进入任务视图,右边缘滑动弹出通知中心;Windows11环境下,底部向上滑动打开开始菜单),其原理是使用了</value>
|
||||
<value>EdgeGestureUtil是icc最新引入的可以暂时阻止在使用触摸时触发边缘手势(如Windows10环境下,屏幕左边缘滑动进入任务视图,右边缘滑动弹出通知中心;Windows11环境下,底部向上滑动打开开始菜单),其原理是使用了 System.EdgeGesture.DisableTouchWhenFullscreen (当应用程序窗口处于活动状态且处于全屏模式 (或拥有的窗口) 处于活动状态时,防止边缘手势行为。)来实现的。如果有异常,请关闭该选项,该选项应该能够实时生效。(Win7和Win8用户该选项无法使用)</value>
|
||||
</data>
|
||||
<data name="Advanced_EdgeGestureUtilHint_Part2" xml:space="preserve">
|
||||
<value>(当应用程序窗口处于活动状态且处于全屏模式 (或拥有的窗口) 处于活动状态时,防止边缘手势行为。)来实现的。如果有异常,请关闭该选项,该选项应该能够实时生效。(Win7和Win8用户该选项无法使用)</value>
|
||||
|
||||
@@ -302,7 +302,7 @@
|
||||
<TextBlock Text="{i18n:I18n Key=AutoSave_Title}" Style="{StaticResource SettingsSectionHeaderTextBlockStyle}"/>
|
||||
|
||||
<controls:LabeledSettingsCard x:Name="CardSaveScreenshotsInDateFolders"
|
||||
Header="{i18n:I18n Key=Storage_AutoSaveInkOnScreenshot}"
|
||||
Header="{i18n:I18n Key=Storage_ScreenshotsByDateFolder}"
|
||||
Icon="{x:Static ui:SegoeFluentIcons.Folder}"
|
||||
Toggled="ToggleSwitchSaveScreenshotsInDateFolders_Toggled"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user