You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Add keep_screen_on editor setting
This commit is contained in:
@@ -461,6 +461,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
||||
EDITOR_SETTING(Variant::INT, PROPERTY_HINT_ENUM, "interface/editor/show_update_spinner", 0, "Auto (Disabled),Enabled,Disabled")
|
||||
#endif
|
||||
|
||||
_initial_set("interface/editor/keep_screen_on", false);
|
||||
EDITOR_SETTING_USAGE(Variant::INT, PROPERTY_HINT_RANGE, "interface/editor/low_processor_mode_sleep_usec", 6900, "1,100000,1", PROPERTY_USAGE_DEFAULT | PROPERTY_USAGE_RESTART_IF_CHANGED)
|
||||
// Default unfocused usec sleep is for 10 FPS. Allow an unfocused FPS limit
|
||||
// as low as 1 FPS for those who really need low power usage (but don't need
|
||||
|
||||
Reference in New Issue
Block a user