# HG changeset patch # User Olaf Wintermann # Date 1765904955 -3600 # Node ID 83c83a7aa55208b448c69be2e98c1505a01fe20a # Parent 5d88222796841df7fc2ecf2a699b842f155a8c9c change windows configdir to AppData\Roaming 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/