mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
- remove AutoHideScrollbar tooltip
This commit is contained in:
parent
799ed81ef2
commit
e5a7c862b8
3 changed files with 0 additions and 4 deletions
|
|
@ -36,7 +36,6 @@
|
|||
<system:String x:Key="pythonDirectory">Python Directory</system:String>
|
||||
<system:String x:Key="autoUpdates">Auto Update</system:String>
|
||||
<system:String x:Key="autoHideScrollBar">Auto Hide Scroll Bar in Setting</system:String>
|
||||
<system:String x:Key="autoHideScrollBarToolTip">Hide the scroll bar when not in use.</system:String>
|
||||
<system:String x:Key="selectPythonDirectory">Select</system:String>
|
||||
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
|
||||
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
<system:String x:Key="pythonDirectory">Python 디렉토리</system:String>
|
||||
<system:String x:Key="autoUpdates">자동 업데이트</system:String>
|
||||
<system:String x:Key="autoHideScrollBar">설정 창 스크롤바 숨기기</system:String>
|
||||
<system:String x:Key="autoHideScrollBarToolTip">설정 창 스크롤바가 작다면 끄는 것을 추천합니다.</system:String>
|
||||
<system:String x:Key="selectPythonDirectory">선택</system:String>
|
||||
<system:String x:Key="hideOnStartup">시작 시 Flow Launcher 숨김</system:String>
|
||||
<system:String x:Key="hideNotifyIcon">트레이 아이콘 숨기기</system:String>
|
||||
|
|
|
|||
|
|
@ -620,8 +620,6 @@
|
|||
<StackPanel Style="{StaticResource TextPanel}">
|
||||
<TextBlock Text="{DynamicResource autoHideScrollBar}"
|
||||
Style="{DynamicResource SettingTitleLabel}" />
|
||||
<TextBlock Text="{DynamicResource autoHideScrollBarToolTip}"
|
||||
Style="{DynamicResource SettingSubTitleLabel}" />
|
||||
</StackPanel>
|
||||
<ui:ToggleSwitch IsOn="{Binding AutoHideScrollBar}" FocusVisualMargin="5"
|
||||
Style="{DynamicResource SideControlToggle}" Width="100"
|
||||
|
|
|
|||
Loading…
Reference in a new issue