Browse Source

Merge pull request #7181 from mhilbrunner/outdated-1

Update About > Troubleshooting for Godot 4
Max Hilbrunner 2 years ago
parent
commit
97a3fde2d5
1 changed files with 0 additions and 11 deletions
  1. 0 11
      about/troubleshooting.rst

+ 0 - 11
about/troubleshooting.rst

@@ -1,5 +1,3 @@
-:article_outdated: True
-
 .. _doc_troubleshooting:
 
 Troubleshooting
@@ -98,15 +96,6 @@ default values in the NVIDIA Control Panel.
 To disable this overlay on Linux, open ``nvidia-settings``, go to **X Screen 0 >
 OpenGL Settings** then uncheck **Enable Graphics API Visual Indicator**.
 
-The project window doesn't appear centered when I run the project
------------------------------------------------------------------
-
-This is a `known bug <https://github.com/godotengine/godot/issues/13017>`__. To
-resolve this, open **Project > Project Settings**, make sure **Advanced
-Settings** is active, and enable **Display > Window
-> DPI > Allow hiDPI**. On top of that, make sure your project is configured to
-support :ref:`multiple resolutions <doc_multiple_resolutions>`.
-
 The project works when run from the editor, but fails to load some files when running from an exported copy
 -----------------------------------------------------------------------------------------------------------