diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-21 13:37:57 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-23 17:43:17 +0200 |
commit | eafbab6ae128dd5b14f145ba9214a6673e982951 (patch) | |
tree | 47cb8bd57501ef2d6da1b1e128ac2c431e4a6553 /src/ui | |
parent | Rename image pack model (diff) | |
download | nheko-eafbab6ae128dd5b14f145ba9214a6673e982951.tar.xz |
Add menu to enable or disable stickers globally
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/RoomSettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/RoomSettings.h b/src/ui/RoomSettings.h index 367f3111..cf36f795 100644 --- a/src/ui/RoomSettings.h +++ b/src/ui/RoomSettings.h @@ -136,4 +136,4 @@ private: RoomInfo info_; int notifications_ = 0; int accessRules_ = 0; -}; \ No newline at end of file +}; |