Route startup preference load through adapter
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
|
||||
namespace pp::panopainter {
|
||||
|
||||
bool load_legacy_preferences()
|
||||
{
|
||||
return Settings::load();
|
||||
}
|
||||
|
||||
bool has_legacy_preference(const char* key)
|
||||
{
|
||||
return Settings::has(key);
|
||||
|
||||
Reference in New Issue
Block a user