Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed Oct 26, 2023
1 parent e95f24d commit 7f2a165
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/mediathek/mainwindow/MediathekGui.java
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,8 @@ public boolean quitApplication(boolean shouldDownloadAndQuit) {
setShutdownRequested(dialogBeenden.isShutdownRequested());
}

setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));

if (automaticFilmlistUpdate != null)
automaticFilmlistUpdate.close();

Expand Down Expand Up @@ -1105,6 +1107,8 @@ public boolean quitApplication(boolean shouldDownloadAndQuit) {
logger.info("Cleanup Lucene index.");
cleanupLuceneIndex();

setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));

if (isShutdownRequested()) {
logger.info("Requesting computer shutdown.");
shutdownComputer();
Expand Down

0 comments on commit 7f2a165

Please sign in to comment.