Add "Sign Out" as an alias for "Log Off"

Closes #2214
This commit is contained in:
VictoriousRaptor 2023-12-18 13:02:28 +08:00 committed by GitHub
parent e52db047a5
commit 35d006bfda
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",