Skip to content

Commit

Permalink
Open first created novel automatically, closes #1366
Browse files Browse the repository at this point in the history
  • Loading branch information
zkovari committed Oct 3, 2024
1 parent e9614b9 commit 3cc0754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/python/plotlyst/view/home_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ def flush():

self.refresh()
self._shelvesTreeView.selectNovel(novel)
if len(self._novels) == 1:
self.loadNovel.emit(novel)

def _title_edited(self, title: str):
if title:
Expand Down

0 comments on commit 3cc0754

Please sign in to comment.