Rename "Default" window placement mode to "Top Left"
It is no longer the default value ;)
This commit is contained in:
@ -93,7 +93,7 @@ Error EditorRun::run(const String &p_scene, const String p_custom_args, const Li
|
||||
int window_placement = EditorSettings::get_singleton()->get("run/window_placement/rect");
|
||||
|
||||
switch (window_placement) {
|
||||
case 0: { // default
|
||||
case 0: { // top left
|
||||
|
||||
args.push_back("-p");
|
||||
args.push_back(itos(screen_rect.position.x) + "x" + itos(screen_rect.position.y));
|
||||
|
||||
Reference in New Issue
Block a user