mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
fix widebar action removal
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -38,7 +38,7 @@ class WideBar : public QToolBar {
|
||||
[[nodiscard]] QByteArray getVisibilityState() const;
|
||||
void setVisibilityState(QByteArray&&);
|
||||
|
||||
void setActionVisible(QAction* action, bool visible);
|
||||
void removeAction(QAction* action);
|
||||
|
||||
private:
|
||||
struct BarEntry {
|
||||
|
Reference in New Issue
Block a user