diff --git a/ScreenPlayWidget/main.cpp b/ScreenPlayWidget/main.cpp index db696a0b..a8fbafdb 100644 --- a/ScreenPlayWidget/main.cpp +++ b/ScreenPlayWidget/main.cpp @@ -13,10 +13,13 @@ int main(int argc, char* argv[]) QStringList argumentList = app.arguments(); + // If we start with only one argument (path, appID, type), // it means we want to test a single widget if (argumentList.length() == 1) { - WidgetWindow spwmw("test", { 0, 0 }, "appid", "qmlWidget"); + // WidgetWindow spwmw("test", { 0, 0 }, "appid", "qmlWidget"); + //WidgetWindow spwmw("C:\\Program Files (x86)\\Steam\\steamapps\\workshop\\content\\672870\\2136442401", "appid", "qmlWidget", { 0, 0 }); + WidgetWindow spwmw("C:/Program Files (x86)/Steam/steamapps/workshop/content/672870/2136442401", "appid", "qmlWidget", { 0, 0 }); return app.exec(); }