Jack Ye
Jack Ye
When I was working on a project using WinUIEx, I found that the MonitorInfo class could not provide parameters related to the primary monitor. So, I went online to search...
Add primary information & nearest monitor function in MonitorInfo class.
### Describe the bug If you use the user control based on the RadialGauge component, the window will be stuck when you change the system theme and let the window...
### Describe the bug If I open second window and hide the main window, the second window will freeze if I lock my laptop and login in. ### Reproduction 1....
### What feature or improvement do you think would benefit Files? Many applications support `Automatically save my restartable apps and restart them when I sign back in` (It is in...
Do not add one more whitespace after commands when `_settings.CloseShellAfterPress` is false. Resolve #3673.
From #3314. Resolve #2605. # Improve update logic Improve main view model update logic. # Fix update logic issue We should not use `e.Query.RawQuery != QueryText` because `QueryText` (Input) is...
# Fix WinForm Culture Info Issue For WinForm localization, we need to set culture info before creating application so that WinForm can follow the set language. This is helpful for...
# Support Always Run As Administrator Since some plugins may need administrator mode for handling sth, users may need to always run Flow Launcher as administrator. We can edit `RunLevel`...
# Add internal model for plugin management Let us do not rely `Plugin Manager` plugin for plugin management in Flow Launcher. Flow Launcher will get into a very bad state...