1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Merge pull request #22733 from guilhermefelipecgs/fix_wm_class

[x11] Use "application/config/name" for WM_CLASS
This commit is contained in:
Rémi Verschelde
2018-12-07 22:35:17 +01:00
committed by GitHub
3 changed files with 13 additions and 1 deletions

View File

@@ -1705,6 +1705,9 @@ bool Main::start() {
OS::get_singleton()->set_context(OS::CONTEXT_EDITOR);
}
#endif
if (!editor) {
OS::get_singleton()->set_context(OS::CONTEXT_ENGINE);
}
}
if (!project_manager && !editor) { // game