aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/Decorations.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/widgets/Decorations.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/Decorations.hpp b/src/widgets/Decorations.hpp
index d58ee7f..30df104 100644
--- a/src/widgets/Decorations.hpp
+++ b/src/widgets/Decorations.hpp
@@ -20,6 +20,7 @@ public:
Decorations(QWidget *content_widget, QWebEngineProfile *profile, QWidget *parent = nullptr);
void set_enabled(DecorationType type, bool enabled);
+ bool get_enabled(DecorationType type);
private:
EdgeDecoration *decoration_top;