mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Fix typo
This commit is contained in:
@@ -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() {
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user