-
-
Notifications
You must be signed in to change notification settings - Fork 455
Description
Checks
-
I have checked that this issue has not already been reported.
-
I am using the latest version of Flow Launcher.
Problem Description
Especially for plugins written in Python, I have noticed that the settings made by the user are successfully applied in the UI, but always remain “empty” after closing and restarting the application (Flow Launcher). This applies in particular to fields of type “input” and “dropdown”. Settings of the type “checkbox” are not affected. I could not test other types. The fields are empty in the UI, but Flow Launcher has correctly saved the settings in the JSON file (see screenshot for empty UI and JSON example for filled settings).
The plugin Ollama, which was written by me, is mentioned as an example. The Python library used is “pyflowlauncher”.
Further examples are the Currency Converter or HA Commander plugins.
JSON settings example (filled):
{
"preserve_newline": true,
"pull_model": true,
"ollama_model": "llama3.2:1b",
"ollama_host": "http://localhost:11434",
"save_response": false,
"response_preview_length": "750",
"prompt_stop": "||",
"log_level": "ERROR"
}
To Reproduce
- Open Flow Launcher and change Plugin Settings
- Close and exit Flow Launcher
- Start Flow Launcher
- Check the plugin settings and see that the changed value is empty
Screenshots
Flow Launcher Version
1.19.4
Windows Build Number
10.0.22621.4460
Error Log
No response
