mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2026-02-01 05:49:47 +00:00
feat: use singleton connection to systemstats
it has been found in #174, that if there are multiple instances of widget, it keeps subscribing on all sources, because of how dbus interface works. In order to hande it, all subscriptions are now kept from singleton with tracking active clients
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
[[nodiscard]] virtual QString format(const QVariant &_value, const QString &_key,
|
||||
const AWPluginFormatSettings &_settings) const
|
||||
= 0;
|
||||
virtual void load(){};
|
||||
virtual void load() {};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user