Show the current type as checked in the context menu

This commit is contained in:
Luis Ángel San Martín
2024-01-19 16:43:37 +01:00
parent 9ae4911b78
commit abdf5bda4f
3 changed files with 133 additions and 42 deletions

View File

@ -425,6 +425,7 @@ public slots:
void addSelectedComicsToFavorites();
void showComicsViewContextMenu(const QPoint &point);
void showComicsItemContextMenu(const QPoint &point);
void showComicsContextMenu(const QPoint &point, bool showFullScreenAction);
void setupAddToSubmenu(QMenu &menu);
void onAddComicsToLabel();
void setToolbarTitle(const QModelIndex &modelIndex);