Route startup preference load through adapter
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user