Flow.Launcher/Flow.Launcher.Infrastructure/UserSettings
VictoriousRaptor 8e80c3bde6
Add option to show taskbar when Flow Launcher is opend (#4177)
* Add option to show taskbar when Flow Launcher is invoked

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>

* Fix: Use ABM_ACTIVATE instead of ABM_SETSTATE for temporary taskbar showing

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>

* Remove unnecessary unsafe keyword from ShowTaskbar method

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>

* Fix missing closing braces in Win32Helper.cs

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>

* Change wording from 'invoked' to 'opened' in localization strings

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>

* Show/hide tasking when showing/hiding Flow

* Remove unused APPBARDATA

* Guard HideTaskbar() with state so show/hide stay balanced

* Improve taskbar visibility management in MainViewModel

Moved taskbar show logic to after keyboard layout switch in Show().Ensures consistent taskbar state when invoking or hiding the app.

* Clean code

* Clean code

* Remove blank line

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Jack Ye <jack1160210343@gmail.com>
Co-authored-by: Jack251970 <1160210343@qq.com>
2025-12-31 18:05:53 +08:00
..
CustomBrowserViewModel.cs Add space for code quality 2025-09-23 18:07:15 +08:00
CustomExplorerViewModel.cs Add space for code quality 2025-09-23 18:07:15 +08:00
CustomShortcutModel.cs Use PublicApi.Instance instead of private one 2025-09-23 17:40:54 +08:00
DataLocation.cs Fix issue in PortableDataLocationInUse 2025-09-21 20:07:18 +08:00
HttpProxy.cs Remove unused using 2023-04-25 21:02:34 +08:00
PluginHotkey.cs Release 1.20.2 | Plugin 4.7.0 (#3820) 2025-07-13 17:18:34 +03:00
PluginSettings.cs Fix typos 2025-05-04 11:26:00 +08:00
Settings.cs Add option to show taskbar when Flow Launcher is opend (#4177) 2025-12-31 18:05:53 +08:00