We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c4963 commit 69efb4cCopy full SHA for 69efb4c
lib/tray/trayItem.vala
@@ -209,6 +209,8 @@ public class TrayItem : Object {
209
path
210
);
211
212
+ proxy.g_default_timeout = 1000;
213
+
214
connection_ids.append(proxy.NewStatus.connect(refresh_all_properties));
215
connection_ids.append(proxy.NewToolTip.connect(refresh_all_properties));
216
connection_ids.append(proxy.NewTitle.connect(refresh_all_properties));
0 commit comments