From 34b3f5322d3a1e3ef419359c65df89509fd7e2e6 Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sat, 4 Feb 2023 15:25:49 +0100 Subject: [PATCH] GlosSIConfig: enable Steam CEF debugging by default --- GlosSIConfig/UIModel.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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()