diff --git a/GlosSIConfig/UIModel.cpp b/GlosSIConfig/UIModel.cpp index 7fd66ba..219cff9 100644 --- a/GlosSIConfig/UIModel.cpp +++ b/GlosSIConfig/UIModel.cpp @@ -65,6 +65,10 @@ UIModel::UIModel() : QObject(nullptr) font.setPointSize(11); font.setFamily("Roboto"); QGuiApplication::setFont(font); + + std::ofstream{getSteamPath() / ".cef-enable-remote-debugging"}; + + } void UIModel::readTargetConfigs()