diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-10 22:45:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-10 22:45:51 (GMT) |
commit | fd2f458abac21ceefa55468e1cb072ed16224a8e (patch) | |
tree | c2e9560d21659c4771d31723fa891b7c7dfbe2ee /src/gtkext/statusstack-int.h | |
parent | 607cd5420f847618d4cad66e7e168b6955ab4b6a (diff) |
Track secret storage lock updates in the status bar.
Diffstat (limited to 'src/gtkext/statusstack-int.h')
-rw-r--r-- | src/gtkext/statusstack-int.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtkext/statusstack-int.h b/src/gtkext/statusstack-int.h index facc5af..2a9e99e 100644 --- a/src/gtkext/statusstack-int.h +++ b/src/gtkext/statusstack-int.h @@ -26,6 +26,7 @@ #include "statusstack.h" +#include "../glibext/secstorage.h" @@ -70,6 +71,9 @@ struct _GtkStatusStack /* Tronc commun */ + GSecretStorage *storage; /* Stockage des secrets */ + GtkToggleButton *lock_update; /* Activation des accès */ + GtkLabel *net_recv_speed; /* Débit en réception */ GtkLabel *net_send_speed; /* Débit en émission */ |