mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-24 11:39:31 -05:00
sort bookmarks chronologically
This commit is contained in:
@@ -2952,6 +2952,9 @@ public abstract class Desktop extends JDesktopPane {
|
||||
if (bookmarksPanel == null) {
|
||||
currentSessionFileName = sFile;
|
||||
} else {
|
||||
if (sFile != null && new File(sFile).exists()) {
|
||||
new File(sFile).setLastModified(System.currentTimeMillis());
|
||||
}
|
||||
bookmarksPanel.updateBookmarksMenu();
|
||||
updateAllBookmarkMenues();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user