File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 27
27
<system : String x : Key =" PositionResetToolTip" >Reset search window position</system : String >
28
28
29
29
<!-- Setting General -->
30
- <system : String x : Key =" flowlauncher_settings" >Flow Launcher Settings</system : String >
30
+ <system : String x : Key =" flowlauncher_settings" >Settings</system : String >
31
31
<system : String x : Key =" general" >General</system : String >
32
32
<system : String x : Key =" portableMode" >Portable Mode</system : String >
33
33
<system : String x : Key =" portableModeToolTIp" >Store all settings and user data in one folder (Useful when used with removable drives or cloud services).</system : String >
Original file line number Diff line number Diff line change 229
229
Margin =" 0"
230
230
Padding =" 0,4,0,4"
231
231
Background =" {DynamicResource ContextSeparator}" />
232
- <MenuItem Click =" OnContextMenusForSettingsClick" Header =" {DynamicResource flowlauncher_settings}" />
233
- <MenuItem Command =" {Binding EscCommand}" Header =" {DynamicResource closeWindow}" />
232
+ <MenuItem Click =" OnContextMenusForSettingsClick" Header =" {DynamicResource flowlauncher_settings}" >
233
+ <MenuItem .Icon>
234
+ <ui : FontIcon Glyph ="  " />
235
+ </MenuItem .Icon>
236
+ </MenuItem >
237
+ <MenuItem Command =" {Binding EscCommand}" Header =" {DynamicResource closeWindow}" >
238
+ <MenuItem .Icon>
239
+ <ui : FontIcon Glyph ="  " />
240
+ </MenuItem .Icon>
241
+ </MenuItem >
234
242
</ContextMenu >
235
243
</TextBox .ContextMenu>
236
244
</TextBox >
Original file line number Diff line number Diff line change @@ -256,9 +256,11 @@ private void InitializeNotifyIcon()
256
256
Header = InternationalizationManager . Instance . GetTranslation ( "GameMode" ) ,
257
257
Icon = gamemodeIcon
258
258
} ;
259
+ var positionresetIcon = new FontIcon { Glyph = "\ue73f " } ;
259
260
var positionreset = new MenuItem
260
261
{
261
- Header = InternationalizationManager . Instance . GetTranslation ( "PositionReset" )
262
+ Header = InternationalizationManager . Instance . GetTranslation ( "PositionReset" ) ,
263
+ Icon = positionresetIcon
262
264
} ;
263
265
var settingsIcon = new FontIcon { Glyph = "\ue713 " } ;
264
266
var settings = new MenuItem
You can’t perform that action at this time.
0 commit comments