Skip to content

Commit e5a7c86

Browse files
committed
- remove AutoHideScrollbar tooltip
1 parent 799ed81 commit e5a7c86

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<system:String x:Key="pythonDirectory">Python Directory</system:String>
3737
<system:String x:Key="autoUpdates">Auto Update</system:String>
3838
<system:String x:Key="autoHideScrollBar">Auto Hide Scroll Bar in Setting</system:String>
39-
<system:String x:Key="autoHideScrollBarToolTip">Hide the scroll bar when not in use.</system:String>
4039
<system:String x:Key="selectPythonDirectory">Select</system:String>
4140
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
4241
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>

Flow.Launcher/Languages/ko.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<system:String x:Key="pythonDirectory">Python 디렉토리</system:String>
3737
<system:String x:Key="autoUpdates">자동 업데이트</system:String>
3838
<system:String x:Key="autoHideScrollBar">설정 창 스크롤바 숨기기</system:String>
39-
<system:String x:Key="autoHideScrollBarToolTip">설정 창 스크롤바가 작다면 끄는 것을 추천합니다.</system:String>
4039
<system:String x:Key="selectPythonDirectory">선택</system:String>
4140
<system:String x:Key="hideOnStartup">시작 시 Flow Launcher 숨김</system:String>
4241
<system:String x:Key="hideNotifyIcon">트레이 아이콘 숨기기</system:String>

Flow.Launcher/SettingWindow.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,6 @@
620620
<StackPanel Style="{StaticResource TextPanel}">
621621
<TextBlock Text="{DynamicResource autoHideScrollBar}"
622622
Style="{DynamicResource SettingTitleLabel}" />
623-
<TextBlock Text="{DynamicResource autoHideScrollBarToolTip}"
624-
Style="{DynamicResource SettingSubTitleLabel}" />
625623
</StackPanel>
626624
<ui:ToggleSwitch IsOn="{Binding AutoHideScrollBar}" FocusVisualMargin="5"
627625
Style="{DynamicResource SideControlToggle}" Width="100"

0 commit comments

Comments
 (0)