GlosSIConfig: enable Steam CEF debugging by default

pull/239/head
Peter Repukat 1 year ago
parent 89c90a2ea0
commit 34b3f5322d

@ -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()

Loading…
Cancel
Save