Add keep_screen_on editor setting
This commit is contained in:
parent
3978628c6c
commit
ab4c23583a
6 changed files with 7 additions and 7 deletions
|
|
@ -93,6 +93,7 @@ void ProjectManager::_notification(int p_what) {
|
|||
} break;
|
||||
|
||||
case NOTIFICATION_READY: {
|
||||
DisplayServer::get_singleton()->screen_set_keep_on(EDITOR_GET("interface/editor/keep_screen_on"));
|
||||
const int default_sorting = (int)EDITOR_GET("project_manager/sorting_order");
|
||||
filter_option->select(default_sorting);
|
||||
project_list->set_order_option(default_sorting);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue