mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #2456 from Flow-Launcher/VictoriousRaptor-patch-1
Add "Sign Out" as an alias for "Log Off"
This commit is contained in:
commit
7fb8cc5642
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ namespace Flow.Launcher.Plugin.Sys
|
|||
},
|
||||
new Result
|
||||
{
|
||||
Title = "Log Off",
|
||||
Title = "Log Off/Sign Out",
|
||||
SubTitle = context.API.GetTranslation("flowlauncher_plugin_sys_log_off"),
|
||||
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe77b"),
|
||||
IcoPath = "Images\\logoff.png",
|
||||
|
|
|
|||
Loading…
Reference in a new issue