mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #3477 from onesounds/250419-MinorStringFIx
Rename ‘Search Window Position’ to ‘Search Window Location’
This commit is contained in:
commit
f9e8139fa6
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@
|
|||
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Hide Flow Launcher when focus is lost</system:String>
|
||||
<system:String x:Key="dontPromptUpdateMsg">Do not show new version notifications</system:String>
|
||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||
<system:String x:Key="SearchWindowPosition">Search Window Location</system:String>
|
||||
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
<SolidColorBrush x:Key="BasicSystemAccentColor" Color="{m:DynamicColor SystemAccentColor}" />
|
||||
|
||||
<SolidColorBrush x:Key="Color00B" Color="#CEFAFAFA" />
|
||||
<SolidColorBrush x:Key="Color00B" Color="#FAFAFA" />
|
||||
<SolidColorBrush x:Key="Color01B" Color="#f3f3f3" />
|
||||
<SolidColorBrush x:Key="Color02B" Color="#ffffff" />
|
||||
<SolidColorBrush x:Key="Color03B" Color="#e5e5e5" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue