Папка для загрузок, и пропущенный баг с настройками визуализатора.
This commit is contained in:
2025-01-23 16:56:45 +03:00
parent 29176ebb4a
commit 6c0c103804
154 changed files with 61977 additions and 15 deletions

View File

@@ -65,7 +65,7 @@ public class Test extends riDBObject {
return new File(Global.TestsDirectory, String.valueOf(id));
}
public File getHomePath() {
return new File(ComponentsSet.visualiser.getWorkspace(), String.valueOf(id));
return new File(Global.DownloadsDirectory, String.valueOf(id));
}
//--
public File getTempArchive() {