You've already forked godot
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user