Merge branch 'dev' into update_all

This commit is contained in:
flox_x 2023-12-26 12:12:09 +01:00 committed by GitHub
commit 24a6c68fb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x

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