Added option to show timezones in tooltip only and removed the extra

blank line at the bottom of the timezone list.
This commit is contained in:
guttermonk
2025-09-05 21:01:23 -05:00
parent 41de8964f1
commit 97fa6aa4dd
3 changed files with 41 additions and 2 deletions

View File

@ -62,6 +62,7 @@ class Clock final : public ALabel {
std::vector<const date::time_zone*> tzList_; // time zones list
int tzCurrIdx_; // current time zone index for tzList_
std::string tzText_{""}; // time zones text to print
std::string tzTooltipFormat_{""}; // optional timezone tooltip format
util::SleeperThread thread_;
// ordinal date in tooltip