ClockSettings: Display a text bubble with extra time zone information

This commit is contained in:
Timothy Flynn
2022-02-02 17:15:17 -05:00
committed by Andreas Kling
parent 4d2ea773db
commit 362e167239
Notes: sideshowbarker 2024-07-17 19:51:17 +09:00
3 changed files with 34 additions and 1 deletions

View File

@@ -34,4 +34,5 @@ private:
RefPtr<Gfx::Bitmap> m_time_zone_marker;
Optional<Gfx::FloatPoint> m_time_zone_location;
String m_time_zone_text;
};