refactor: better scope eta messages const

This commit is contained in:
seth 2024-01-27 23:10:00 -05:00
parent 72e171b960
commit 2b3d81cfa4
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
3 changed files with 23 additions and 37 deletions

View file

@ -13,22 +13,3 @@ pub static COLORS: Lazy<HashMap<&str, Color>> = Lazy::new(|| {
// TODO purple & pink :D
])
});
pub const ETA_MESSAGES: [&str; 16] = [
"Sometime",
"Some day",
"Not far",
"The future",
"Never",
"Perhaps tomorrow?",
"There are no ETAs",
"No",
"Nah",
"Yes",
"Yas",
"Next month",
"Next year",
"Next week",
"In Prism Launcher 2.0.0",
"At the appropriate juncture, in due course, in the fullness of time",
];