Skip to content

Commit 131c5cb

Browse files
committed
update binding for Theme tab
1 parent 77f8a8e commit 131c5cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<system:String x:Key="pythonDirectory">Python Directory</system:String>
3333
<system:String x:Key="autoUpdates">Auto Update</system:String>
3434
<system:String x:Key="autoHideScrollBar">Auto Hide Scroll Bar</system:String>
35-
<system:String x:Key="autoHideScrollBarToolTip">Automatically hides the Settings window scroll bar, and show when hover the mouse over it. This setting will take effect on next window open</system:String>
35+
<system:String x:Key="autoHideScrollBarToolTip">Automatically hides the Settings window scroll bar and show when hover the mouse over it</system:String>
3636
<system:String x:Key="selectPythonDirectory">Select</system:String>
3737
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
3838
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
<Button DockPanel.Dock="Top" Margin="0,10,0,0" Width="180" HorizontalAlignment="Center"
225225
Click="OpenPluginFolder">Open Theme Folder</Button>
226226
<ListBox DockPanel.Dock="Top" SelectedItem="{Binding SelectedTheme}" ItemsSource="{Binding Themes}"
227-
ui:ScrollViewerHelper.AutoHideScrollBars="{Binding Settings.AutoHideScrollBar}"
227+
ui:ScrollViewerHelper.AutoHideScrollBars="{Binding AutoHideScrollBar, Mode=OneWay}"
228228
Margin="10, 0, 10, 10" Width="180" Height="394" />
229229

230230
</DockPanel>

0 commit comments

Comments
 (0)