-
-
Notifications
You must be signed in to change notification settings - Fork 448
Support Placeholder Text & Toggle Resize Search Window Mode #3396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 11 commits
f485e86
a4dac91
1a97a42
c74dd20
84f2686
91c5e84
10d4387
6f32a6f
78b6617
714860e
f160670
356f229
cd01260
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
<system:String x:Key="GameMode">Game Mode</system:String> | ||
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String> | ||
<system:String x:Key="PositionReset">Position Reset</system:String> | ||
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Jack251970 Man~! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oh no There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please see #3448 |
||
<system:String x:Key="queryTextBoxPlaceholder">Type here to search</system:String> | ||
|
||
<!-- Setting General --> | ||
<system:String x:Key="flowlauncher_settings">Settings</system:String> | ||
|
@@ -72,8 +72,6 @@ | |
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String> | ||
<system:String x:Key="LastQueryActionKeywordPreserved">Preserve Last Action Keyword</system:String> | ||
<system:String x:Key="LastQueryActionKeywordSelected">Select Last Action Keyword</system:String> | ||
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String> | ||
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String> | ||
<system:String x:Key="maxShowResults">Maximum results shown</system:String> | ||
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String> | ||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore hotkeys in fullscreen mode</system:String> | ||
|
@@ -104,11 +102,6 @@ | |
<system:String x:Key="AlwaysPreview">Always Preview</system:String> | ||
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow activates. Press {0} to toggle preview.</system:String> | ||
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String> | ||
<system:String x:Key="BackdropType">Backdrop Type</system:String> | ||
<system:String x:Key="BackdropTypesNone">None</system:String> | ||
<system:String x:Key="BackdropTypesAcrylic">Acrylic</system:String> | ||
<system:String x:Key="BackdropTypesMica">Mica</system:String> | ||
<system:String x:Key="BackdropTypesMicaAlt">Mica Alt</system:String> | ||
|
||
<!-- Setting Plugin --> | ||
<system:String x:Key="searchplugin">Search Plugin</system:String> | ||
|
@@ -200,8 +193,19 @@ | |
<system:String x:Key="AnimationSpeedCustom">Custom</system:String> | ||
<system:String x:Key="Clock">Clock</system:String> | ||
<system:String x:Key="Date">Date</system:String> | ||
<system:String x:Key="BackdropType">Backdrop Type</system:String> | ||
<system:String x:Key="BackdropTypesNone">None</system:String> | ||
<system:String x:Key="BackdropTypesAcrylic">Acrylic</system:String> | ||
<system:String x:Key="BackdropTypesMica">Mica</system:String> | ||
<system:String x:Key="BackdropTypesMicaAlt">Mica Alt</system:String> | ||
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String> | ||
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String> | ||
<system:String x:Key="ShowPlaceholder">Show placeholder</system:String> | ||
<system:String x:Key="ShowPlaceholderTip">Display placeholder when query is empty</system:String> | ||
<system:String x:Key="PlaceholderText">Placeholder text</system:String> | ||
<system:String x:Key="PlaceholderTextTip">Change placeholder text. Input empty will use: {0}</system:String> | ||
<system:String x:Key="KeepMaxResults">Fixed Window Size</system:String> | ||
<system:String x:Key="KeepMaxResultsToolTip">The window size is not adjustable by dragging.</system:String> | ||
|
||
<!-- Setting Hotkey --> | ||
<system:String x:Key="hotkey">Hotkey</system:String> | ||
|
Uh oh!
There was an error while loading. Please reload this page.