diff -r 5d8822279684 -r 83c83a7aa552 ui/common/properties.c --- a/ui/common/properties.c Tue Dec 16 17:48:14 2025 +0100 +++ b/ui/common/properties.c Tue Dec 16 18:09:15 2025 +0100 @@ -121,7 +121,7 @@ cxBufferPutString(&buf, "Library/Application Support/"); #elif defined(_WIN32) // on Windows the app dir is $USERPROFILE/AppData/Local/$APPNAME/ - cxBufferPutString(&buf, "AppData\\Local\\"); + cxBufferPutString(&buf, "AppData\\Roaming\\"); #else if(use_xdg_config_home) { // app dir is $HOME/.config/$APPNAME/