-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added setting in Programs plugin to hide suffix description #1827
Added setting in Programs plugin to hide suffix description #1827
Conversation
Ramen Bless Your Repo
Thanks for a great app - heres a danish translation!
* Fixed HideOnStartup * Fixed tray icon not showing up and hiding properly
… 6.1). (Wox-launcher#817) Added check before applying blur.
…cher#856) * Fixed SearchSource edit * Remove temp var
…cher#856) * Fixed SearchSource edit * Remove temp var
lock is not needed since assignment is atomic
Added German and Danish language support
since Yamp is not maintained anymore, replaced with Mages
- does not steal focus from main Wox window on Show - TextBlock sizes are set to auto and expand vertically - locations for animations are set at Loaded event instead of constructor call. This ensures that all elements have their sized calculated - added duration parameter to Show. Msg will display indefinitely if no parameter is passed and will close itself after the specified duration. This is not replicated in the public plugin API therefore all Msg.Show calls from plugins will be open until manually closed.
Plugin errors on initialization are catched, saved into a list and the user is notified that the plugins have been disabled. Uses Msg window to show the plugins that did not load correctly. Added english language strings
The goal is to encourage translation.
private void ShowDescription_Click(object sender, RoutedEventArgs e) | ||
{ | ||
_settings.EnableShowDescription = ShowDescription.IsChecked ?? false; | ||
ReIndexing(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you reindexing here? Showing the description or not is purely visual.
Edit: Okay. Found out why you are doing it. I am not saying its the worst way to do this, but I will have to take a look later, cause it feels kinda hacky in my opinion.
Yes, thought of asking you about it, but didn't really know how. If you get a better way to "refresh" let me know. |
623cea6
to
7e3a30c
Compare
dec7252
to
c0c6f8e
Compare
hi @lSindra, |
As requested in #1388
What it does:
Allow the user to hide the second part of the Program name.
Example
from: "Google Chrome: Access the Internet"
to: "Google Chrome"