feat: add option to change the top-most status of a window (#5135)

* feat: add option to pin a popup

* chore: add changelog entry

* chore: change changelog entry
This commit is contained in:
nerix
2024-02-04 13:33:37 +01:00
committed by GitHub
parent 8e9aa87a08
commit af8eba0323
5 changed files with 85 additions and 24 deletions
+1 -1
View File
@@ -196,6 +196,7 @@ private:
NotebookTabLocation tabLocation_ = NotebookTabLocation::Top;
QAction *lockNotebookLayoutAction_;
QAction *showTabsAction_;
QAction *toggleTopMostAction_;
// This filter, if set, is used to figure out the visibility of
// the tabs in this notebook.
@@ -224,7 +225,6 @@ private:
// Main window on Windows has basically a duplicate of this in Window
NotebookButton *streamerModeIcon_{};
void updateStreamerModeIcon();
};