Merge pull request #2456 from Flow-Launcher/VictoriousRaptor-patch-1

Add "Sign Out" as an alias for "Log Off"
This commit is contained in:
Jeremy Wu 2023-12-18 20:17:38 +11:00 committed by GitHub
commit 7fb8cc5642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",