Skip to content

Commit 998aeb8

Browse files
committed
If application restarts then also deletes analyser_resources folder.
1 parent 60c9d0d commit 998aeb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/ee/ut/similaritydetector/ui/controllers/MenuBarController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ private void changeLanguage(String langTag) {
163163
codeViewStage.close();
164164
codeViewStage = null;
165165
}
166+
Platform.runLater(SimilarityDetectorLauncher::deleteOutputFiles);
166167
MainViewController.stage.close();
167168
Platform.runLater( () -> {
168169
try {

0 commit comments

Comments
 (0)