mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
* Search shows up steam games * Formatting * Filtering only those steam shortcuts which run an application * Using equals instead of == * PWAs should not show up when searching for the main app * Modified the subtitle to say progressive web application * renamed to web application * To search for web applications for all chromium based browsers * Renamed it to WebApplication * Added unit tests and refactored code * made string global const * Added localization tags * Added a separate function for localization as the IPublic API was not available to all * Removed unnecessary references and variables * Update src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/de.xaml Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com> * Added enum for application types Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>