summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2024-08-02 03:44:29 +0200
committerkobewi <kobewi4e@gmail.com>2024-08-02 03:44:29 +0200
commitab4c23583a15b148893f16a5e81b0fba8a946ae5 (patch)
tree8ededb7f3b73a99c127d5bc83595473ede64ff88 /core
parent3978628c6cc1227250fc6ed45c8d854d24c30c30 (diff)
downloadredot-engine-ab4c23583a15b148893f16a5e81b0fba8a946ae5.tar.gz
Add keep_screen_on editor setting
Diffstat (limited to 'core')
-rw-r--r--core/config/project_settings.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/config/project_settings.cpp b/core/config/project_settings.cpp
index 37a2608c10..3c1f77a51f 100644
--- a/core/config/project_settings.cpp
+++ b/core/config/project_settings.cpp
@@ -1472,10 +1472,6 @@ ProjectSettings::ProjectSettings() {
GLOBAL_DEF(PropertyInfo(Variant::INT, "display/window/size/window_height_override", PROPERTY_HINT_RANGE, "0,4320,1,or_greater"), 0); // 8K resolution
GLOBAL_DEF("display/window/energy_saving/keep_screen_on", true);
-#ifdef TOOLS_ENABLED
- GLOBAL_DEF("display/window/energy_saving/keep_screen_on.editor_hint", false);
-#endif
-
GLOBAL_DEF("animation/warnings/check_invalid_track_paths", true);
GLOBAL_DEF("animation/warnings/check_angle_interpolation_type_conflicting", true);