Add status
This commit is contained in:
@@ -611,6 +611,7 @@ public class Client {
|
|||||||
// Directory already exists -> do nothing
|
// Directory already exists -> do nothing
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
this.gui.status("Extracting renderer");
|
||||||
// we create the directory
|
// we create the directory
|
||||||
renderer_path_file.mkdir();
|
renderer_path_file.mkdir();
|
||||||
|
|
||||||
@@ -630,6 +631,7 @@ public class Client {
|
|||||||
// Directory already exists -> do nothing
|
// Directory already exists -> do nothing
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
this.gui.status("Extracting project");
|
||||||
// we create the directory
|
// we create the directory
|
||||||
scene_path_file.mkdir();
|
scene_path_file.mkdir();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user