mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-26 14:58:51 -06:00
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:
@@ -34,7 +34,7 @@
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
|
||||
using namespace openspace::configuration;
|
||||
using namespace openspace;
|
||||
|
||||
namespace {
|
||||
std::string stringify(const std::string filename) {
|
||||
|
||||
Reference in New Issue
Block a user