@@ -302,7 +302,7 @@ private List<Result> Commands()
302
302
new Result
303
303
{
304
304
Title = "Hibernate" ,
305
- Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xe945 " ) ,
305
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xe8be " ) ,
306
306
IcoPath = "Images\\ hibernate.png" ,
307
307
Action = c =>
308
308
{
@@ -325,7 +325,7 @@ private List<Result> Commands()
325
325
{
326
326
Title = "Empty Recycle Bin" ,
327
327
IcoPath = "Images\\ recyclebin.png" ,
328
- Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xe74d " ) ,
328
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xea99 " ) ,
329
329
Action = c =>
330
330
{
331
331
// http://www.pinvoke.net/default.aspx/shell32/SHEmptyRecycleBin.html
@@ -361,6 +361,7 @@ private List<Result> Commands()
361
361
{
362
362
Title = "Exit" ,
363
363
IcoPath = "Images\\ app.png" ,
364
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xe89f " ) ,
364
365
Action = c =>
365
366
{
366
367
Application . Current . MainWindow . Close ( ) ;
@@ -370,6 +371,7 @@ private List<Result> Commands()
370
371
new Result
371
372
{
372
373
Title = "Save Settings" ,
374
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xea35 " ) ,
373
375
IcoPath = "Images\\ app.png" ,
374
376
Action = c =>
375
377
{
@@ -381,6 +383,7 @@ private List<Result> Commands()
381
383
} ,
382
384
new Result
383
385
{
386
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xe72c " ) ,
384
387
Title = "Restart Flow Launcher" ,
385
388
IcoPath = "Images\\ app.png" ,
386
389
Action = c =>
@@ -392,6 +395,7 @@ private List<Result> Commands()
392
395
new Result
393
396
{
394
397
Title = "Settings" ,
398
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xf210 " ) ,
395
399
IcoPath = "Images\\ app.png" ,
396
400
Action = c =>
397
401
{
@@ -403,6 +407,7 @@ private List<Result> Commands()
403
407
{
404
408
Title = "Reload Plugin Data" ,
405
409
IcoPath = "Images\\ app.png" ,
410
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xe72c " ) ,
406
411
Action = c =>
407
412
{
408
413
// Hide the window first then show msg after done because sometimes the reload could take a while, so not to make user think it's frozen.
@@ -421,6 +426,7 @@ private List<Result> Commands()
421
426
new Result
422
427
{
423
428
Title = "Check For Update" ,
429
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xede4 " ) ,
424
430
IcoPath = "Images\\ checkupdate.png" ,
425
431
Action = c =>
426
432
{
@@ -431,6 +437,7 @@ private List<Result> Commands()
431
437
} ,
432
438
new Result
433
439
{
440
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xf12b " ) ,
434
441
Title = "Open Log Location" ,
435
442
IcoPath = "Images\\ app.png" ,
436
443
CopyText = logPath ,
@@ -444,6 +451,7 @@ private List<Result> Commands()
444
451
new Result
445
452
{
446
453
Title = "Flow Launcher Tips" ,
454
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xe897 " ) ,
447
455
IcoPath = "Images\\ app.png" ,
448
456
CopyText = Constant . Documentation ,
449
457
AutoCompleteText = Constant . Documentation ,
@@ -456,6 +464,7 @@ private List<Result> Commands()
456
464
new Result
457
465
{
458
466
Title = "Flow Launcher UserData Folder" ,
467
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xf12b " ) ,
459
468
IcoPath = "Images\\ app.png" ,
460
469
CopyText = userDataPath ,
461
470
AutoCompleteText = userDataPath ,
@@ -480,7 +489,7 @@ private List<Result> Commands()
480
489
{
481
490
Title = "Set Flow Launcher Theme" ,
482
491
IcoPath = "Images\\ app.png" ,
483
- Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\ue7fc " ) ,
492
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\ue790 " ) ,
484
493
Action = c =>
485
494
{
486
495
_context . API . ChangeQuery ( $ "{ ThemeSelector . Keyword } ") ;
0 commit comments