diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-26 21:51:44 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-26 21:51:47 +0200 |
commit | 206a58f9996a36693b1e73460191b08db1db0327 (patch) | |
tree | fd7fdeba9020dba673f858c9755ef129333f91b4 /include/WindowNotification.hpp | |
parent | 009d2f850e8fdd27d961423892920e0b6817c031 (diff) |
Change window notification style
Diffstat (limited to 'include/WindowNotification.hpp')
-rw-r--r-- | include/WindowNotification.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/WindowNotification.hpp b/include/WindowNotification.hpp index 87111de..595169d 100644 --- a/include/WindowNotification.hpp +++ b/include/WindowNotification.hpp @@ -15,5 +15,6 @@ namespace dchat Gtk::Revealer revealer; Gtk::Label label; sigc::connection hideTimer; + sigc::connection visibilityTimer; }; }
\ No newline at end of file |