mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Switched to using constants for colors
This commit is contained in:
@@ -367,3 +367,13 @@ export enum AudioMessageType {
|
||||
audio,
|
||||
settings,
|
||||
}
|
||||
|
||||
export const CONTEXT_ACTION_COLORS = [null, "white", "green", "purple", "blue", "red"];
|
||||
export enum ContextActionColors {
|
||||
NO_COLOR,
|
||||
MOVE,
|
||||
OTHER,
|
||||
ADMIN,
|
||||
ENGAGE,
|
||||
DELETE
|
||||
}
|
||||
Reference in New Issue
Block a user