Add setting to show/hide APM counter in the status bar

This commit is contained in:
dP
2020-07-31 17:46:23 +03:00
parent aeb264bf5a
commit ed491dd3ba
9 changed files with 57 additions and 22 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ enum StatusbarWidgets {
WID_S_LEFT, ///< Left part of the statusbar; date is shown there.
WID_S_MIDDLE, ///< Middle part; current news or company name or *** SAVING *** or *** PAUSED ***.
WID_S_RIGHT, ///< Right part; bank balance.
CM_WID_S_EPM, ///< CityMania EPM counter.
CM_WID_S_APM, ///< CityMania EPM counter.
};
#endif /* WIDGETS_STATUSBAR_WIDGET_H */