Show "executable" screenshots in the screenshot manager

Since the readable/writable filter was removed to do this, extra code was added to enable/disable certain buttons based on whether the screenshot is readable or writable.
This commit is contained in:
Kenneth Chew
2022-05-09 00:54:47 -04:00
parent f7f39854f8
commit 40e0252d7d
2 changed files with 27 additions and 1 deletions

View File

@ -100,6 +100,7 @@ private slots:
void on_actionRename_triggered();
void on_actionView_Folder_triggered();
void onItemActivated(QModelIndex);
void onCurrentSelectionChanged(const QItemSelection &selected);
void ShowContextMenu(const QPoint &pos);
private: