# HG changeset patch # User Matti Hamalainen # Date 1680599927 -10800 # Node ID 49a484ad1155b1bf0820c2b126699ebb929cc02c # Parent d1f34cbc306e63efff7c4f4fdc1504bba43d57bb Change application settings ID. diff -r d1f34cbc306e -r 49a484ad1155 src/main.h --- a/src/main.h Tue Apr 04 12:03:38 2023 +0300 +++ b/src/main.h Tue Apr 04 12:18:47 2023 +0300 @@ -29,7 +29,7 @@ // Global application defines // #define APP_VENDOR "TNSP" // Vendor ID (for settings, etc.) -#define APP_ID "Kampus Syntilista" // Application ID (for settings) +#define APP_ID "Syntilista" // Application ID (for settings) #define APP_NAME "Café Kampus Syntilista" // Application title/name #define APP_SQLITE_FILE "syntilista.sqlite3" // SQLite3 database file name (without path) #define APP_LOG_FILE "log.txt" // Application log file name (without path)