initial changes

This commit is contained in:
aidansunbury
2025-08-16 15:29:59 -07:00
parent 41de8964f1
commit 6dc5a73a02
4 changed files with 10 additions and 8 deletions

View File

@ -21,7 +21,7 @@ class ALabel : public AModule {
protected:
Gtk::Label label_;
std::string format_;
const std::chrono::seconds interval_;
const std::chrono::milliseconds interval_;
bool alt_ = false;
std::string default_format_;