mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix string resource issue
This commit is contained in:
parent
dc7b812077
commit
dfb6b0a3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ public partial class SettingsPanePluginsViewModel : BaseModel
|
|||
},
|
||||
new TextBlock
|
||||
{
|
||||
Text = (string)Application.Current.Resources["searchDelayTime_tips"],
|
||||
Text = (string)Application.Current.Resources["searchDelayTimeTips"],
|
||||
TextWrapping = TextWrapping.Wrap
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue