You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Additionally: At least I haven't found any documentation on how to get the UI to read the plugin settings correctly. Maybe a Flow Launcher Dev can clarify this.
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
Screenshots
UI settings example (empty):
![ui-plugin-settings-example](https://private-user-images.githubusercontent.com/7295005/402602039-ec5a8145-b9f4-4e3b-af06-1afd14c90b77.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMjMxMDIsIm5iZiI6MTczOTAyMjgwMiwicGF0aCI6Ii83Mjk1MDA1LzQwMjYwMjAzOS1lYzVhODE0NS1iOWY0LTRlM2ItYWYwNi0xYWZkMTRjOTBiNzcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMTM1MzIyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ODEzZThlODE1MWZkYTQyMWQ4MWM0YWEwM2ZkMGU1MGQyZmIwZWZkZjQ0MjU2NmRkODNmZDA5ZDk0ZTdhYmVhMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.d4D_qhPDUXS-aN92Yo4vmaJYCsqJPuLl7--MT-AxJB8)
Flow Launcher Version
1.19.4
Windows Build Number
10.0.22621.4460
Error Log
No response
The text was updated successfully, but these errors were encountered: