File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,23 @@ the system console. Godot cannot override this system-specific behavior.
8585To solve this, select the system console window and press Enter to leave
8686selection mode.
8787
88+ The Godot editor's macOS dock icon gets duplicated every time it is manually moved
89+ ----------------------------------------------------------------------------------
90+
91+ If you open the Godot editor and manually change the position of the dock icon,
92+ then restart the editor, you will get a duplicate dock icon all the way to the
93+ right of the dock.
94+
95+ This is due to a design limitation of the macOS dock. The only known way to
96+ resolve this would be to merge the project manager and editor into a single
97+ process, which means the project manager would no longer spawn a separate
98+ process when starting the editor. While using a single process instance would
99+ bring several benefits, it isn't planned to be done in the near future due to
100+ the complexity of the task.
101+
102+ To avoid this issue, keep the Godot editor's dock icon at its default location
103+ as created by macOS.
104+
88105Some text such as "NO DC" appears in the top-left corner of the Project Manager and editor window
89106-------------------------------------------------------------------------------------------------
90107
You can’t perform that action at this time.
0 commit comments