You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Editor settings categories are now tidy and beautiful!
This commit is contained in:
@@ -321,8 +321,8 @@ void EditorFileServer::start() {
|
||||
|
||||
|
||||
stop();
|
||||
port=EDITOR_DEF("file_server/port",6010);
|
||||
password=EDITOR_DEF("file_server/password","");
|
||||
port=EDITOR_DEF("filesystem/file_server/port",6010);
|
||||
password=EDITOR_DEF("filesystem/file_server/password","");
|
||||
cmd=CMD_ACTIVATE;
|
||||
|
||||
}
|
||||
@@ -346,8 +346,8 @@ EditorFileServer::EditorFileServer() {
|
||||
cmd=CMD_NONE;
|
||||
thread=Thread::create(_thread_start,this);
|
||||
|
||||
EDITOR_DEF("file_server/port",6010);
|
||||
EDITOR_DEF("file_server/password","");
|
||||
EDITOR_DEF("filesystem/file_server/port",6010);
|
||||
EDITOR_DEF("filesystem/file_server/password","");
|
||||
}
|
||||
|
||||
EditorFileServer::~EditorFileServer() {
|
||||
|
||||
Reference in New Issue
Block a user