Flow.Launcher
Flow.Launcher copied to clipboard
:mag: Quick file search & app launcher for Windows with community-made plugins
This PR allows Flow Launcher to accept remote URL's provided in the `IcoPath` field. This greatly speeds up results.
Fixed an error when typing QueryTextBox in specific language. For example, if the user enters "안녕하세요" and presses the Enter key immediately, it will be searched as "안녕하세".
When the item in the ResultListBox was added, fixed progressbar binding error. ``` System.Windows.Data Error: 40 : BindingExpression path error: 'ProgressBarVisibility' property not found on 'object' ''Result' (HashCode=1859780700)'. BindingExpression:Path=Result.ProgressBarVisibility; DataItem='ResultViewModel'...
Defensive coding. The error suggests there's something here that can be null, which can only be the query. However, I am not sure when it will happen since the reporter...
The error may happen when user set an action keyword to plugin indicator, in which the query may have empty Search and empty SearchTerms. fix #1371
Log file: [2022-09-21.txt](https://github.com/Flow-Launcher/Flow.Launcher/files/9617328/2022-09-21.txt) Flow Launcher version: 1.9.4 OS Version: Microsoft Windows NT 10.0.22000.0 IntPtr Length: 8 x64: True Python Path: Date: 09/21/2022 19:30:42 Exception: SpotifyAPI.Web.APIException: invalid_grant at SpotifyAPI.Web.Http.APIConnector.ProcessErrors(IResponse response) at...
Flow Launcher version: 1.9.4 OS Version: Microsoft Windows NT 10.0.22000.0 IntPtr Length: 8 x64: True Python Path: Date: 09/21/2022 15:10:57 Exception: System.IO.InvalidDataException: Obsidian Notes|Traceback (most recent call last): File "C:\Users\manik\AppData\Roaming\FlowLauncher\Plugins\Obsidian...
[2022-09-21.txt](https://github.com/Flow-Launcher/Flow.Launcher/files/9615609/2022-09-21.txt) Flow Launcher version: 1.9.4 OS Version: Microsoft Windows NT 10.0.22622.0 IntPtr Length: 8 x64: True Python Path: Date: 09/21/2022 15:41:43 Exception: System.ComponentModel.Win32Exception (740): The requested operation requires elevation. at...
 - Quick Adjust Width Size by Ctrl + Plus/Minus in query box. - Quick Adjust Max Result Shown by Ctrl + [ , Ctrl + ] in query box....
  **What is the PR** - Sponsor list in about panel - Sponsor display in Sidebar Bottom - Msg showing by tooltip in list. - Adjust Tabcontrol template for...