Skip to content

Commit

Permalink
Show recent projects list again, if file selection was canceled in Ma…
Browse files Browse the repository at this point in the history
…stodon Launcher
  • Loading branch information
stefanhahmann authored and tinevez committed Mar 14, 2024
1 parent 0badadc commit 587a539
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,11 @@ private void loadMastodonProject( final String projectPath )
FileChooser.DialogType.LOAD,
SelectionMode.FILES_AND_DIRECTORIES );
if ( file == null )
{
gui.showPanel( LauncherGUI.RECENT_PROJECTS_KEY );
disabler.reenable();
return;
}
}
else
{
Expand Down

0 comments on commit 587a539

Please sign in to comment.