Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion frontend/OBSApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,6 @@ OBSApp::OBSApp(int &argc, char **argv, profiler_name_store_t *store)
setWindowIcon(QIcon::fromTheme("obs", QIcon(":/res/images/obs.png")));
#endif

setDesktopFileName("com.obsproject.Studio");
pluginManager_ = std::make_unique<OBS::PluginManager>();
}

Expand Down
1 change: 1 addition & 0 deletions frontend/obs-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ static int run_program(fstream &logFile, int argc, char *argv[])
#ifdef _WIN32
QGuiApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
#endif
QGuiApplication::setDesktopFileName("com.obsproject.Studio");

QCoreApplication::addLibraryPath(".");

Expand Down
Loading