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

@@ -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);