GlosSIConfig Log version

pull/183/head
Peter Repukat 2 years ago
parent da1e46f102
commit 75b94d47c2

@ -40,6 +40,8 @@ UIModel::UIModel() : QObject(nullptr)
if (!std::filesystem::exists(path))
std::filesystem::create_directories(path);
qDebug() << "Version: " << getVersionString();
config_path_ = path;
config_dir_name_ = QString::fromStdWString((path /= "Targets").wstring());

Loading…
Cancel
Save