Route startup preference load through adapter

This commit is contained in:
2026-06-12 17:41:00 +02:00
parent d049d586ed
commit baee4b2a08
4 changed files with 11 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
namespace pp::panopainter {
bool load_legacy_preferences();
bool has_legacy_preference(const char* key);
int legacy_integer_preference(const char* key);
int legacy_integer_preference_or(const char* key, int default_value);