Adds a persistent file used to store user settings (#2931)

* Enable the loading of settings
* Add a user interface for changing the settings in the launcher


Co-authored-by: Emma Broman <emma.broman@liu.se>
This commit is contained in:
Alexander Bock
2023-11-13 08:52:51 +01:00
committed by GitHub
parent 709cb24bbb
commit b62e604b2e
25 changed files with 1754 additions and 42 deletions

View File

@@ -34,7 +34,7 @@
#include <filesystem>
#include <fstream>
using namespace openspace::configuration;
using namespace openspace;
namespace {
std::string stringify(const std::string filename) {