Load from data/tphd/content if exists

This commit is contained in:
Luke Street
2026-05-30 15:38:33 -06:00
parent 7c17b1f5f7
commit 458ffb17c2
3 changed files with 25 additions and 3 deletions
+2
View File
@@ -2,6 +2,7 @@
#define DUSK_CONFIG_H
#include <array>
#include <filesystem>
#include "dusk/config_var.hpp"
@@ -274,6 +275,7 @@ struct UserSettings {
UserSettings& getSettings();
std::filesystem::path tphd_content_path();
bool tphd_active();
void registerSettings();