We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0077856 commit ad81a3cCopy full SHA for ad81a3c
Flow.Launcher.Infrastructure/Hotkey/RegisteredHotkeyData.cs
@@ -245,7 +245,7 @@ public void SetHotkey(HotkeyModel hotkey)
245
/// <inheritdoc />
246
public override string ToString()
247
{
248
- return Hotkey.IsEmpty ? $"{RegisteredType} - {Hotkey}" : $"{RegisteredType} - None";
+ return Hotkey.IsEmpty ? $"{RegisteredType} - None" : $"{RegisteredType} - {Hotkey}";
249
}
250
251
0 commit comments