Browse Source

Added file editor option to reset working directory

Kolja Strohm 5 năm trước cách đây
mục cha
commit
32f4652548
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      EditorServer/DateienEditor.cpp

+ 4 - 0
EditorServer/DateienEditor.cpp

@@ -1066,6 +1066,10 @@ bool DateienEditor::prozessMessage( SKlient *zKlient )
         delete[] name;
         return 1;
     }
+    case 0x11: // reset work path
+        workPfad = "";
+        zKlient->sendeEncrypted( "\1", 1 );
+        return 1;
     default:
         fehler = "Unbekannte Nachricht. Eventuell ist der Client nicht auf dem neusten Stand.";
     }