This commit is contained in:
izzy2lost
2025-07-27 19:55:33 -04:00
committed by GitHub
parent 174450b5c3
commit d65d0368b5
@@ -158,8 +158,7 @@ public void checkAndSetupFiles() {
.setPositiveButton("Select File", (dialog, which) -> openFilePicker())
.show());
}
//
Helper methods for asset copying
// Helper methods for asset copying
private void copyAssetFolder(String assetFolderName, String destPath) {
try {
File dest = new File(destPath);
@@ -571,4 +570,4 @@ public void checkAndSetupFiles() {
});
});
}
}
}