mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
Updated enums to lowercase per the core guidelines. Bumped to wip v1.7
This commit is contained in:
@@ -11,7 +11,7 @@ int main() {
|
||||
indicators::option::Remainder{" "},
|
||||
indicators::option::End{" ]"},
|
||||
indicators::option::PostfixText{"Getting started"},
|
||||
indicators::option::ForegroundColor{indicators::Color::GREEN},
|
||||
indicators::option::ForegroundColor{indicators::Color::green},
|
||||
};
|
||||
|
||||
// Update bar state
|
||||
|
||||
Reference in New Issue
Block a user