mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Make SubTitleToolTip the same as TitleToolTip
This commit is contained in:
parent
1e673d9cf7
commit
9b1ee61f37
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ namespace Flow.Plugin.WindowsSettings.Helper
|
|||
}
|
||||
|
||||
result.TitleToolTip = toolTipText.ToString();
|
||||
result.SubTitleToolTip = result.TitleToolTip;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue