mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 21:14:35 +03:00
Reword 'Type' to 'Style' for meters.
Per @hishamhm's suggestion. This is UI change only. In code the class names and symbols still refer them as "modes".
This commit is contained in:
@ -27,6 +27,8 @@ struct MetersPanel_ {
|
||||
};
|
||||
|
||||
|
||||
// Note: In code the meters are known to have bar/text/graph "Modes", but in UI
|
||||
// we call them "Styles".
|
||||
|
||||
void MetersPanel_setMoving(MetersPanel* this, bool moving);
|
||||
|
||||
|
Reference in New Issue
Block a user