mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Readded context menus
This commit is contained in:
@@ -308,6 +308,7 @@ export const MAP_OPTIONS_DEFAULTS = {
|
||||
fillSelectedRing: false,
|
||||
showMinimap: false,
|
||||
protectDCSUnits: true,
|
||||
keepRelativePositions: true
|
||||
} as MapOptions;
|
||||
|
||||
export const MAP_HIDDEN_TYPES_DEFAULTS = {
|
||||
@@ -399,8 +400,7 @@ export enum AudioMessageType {
|
||||
settings,
|
||||
}
|
||||
|
||||
export const CONTEXT_ACTION_COLORS = [null, "white", "green", "purple", "blue", "red"];
|
||||
export enum ContextActionColors {
|
||||
export enum ContextActionType {
|
||||
NO_COLOR,
|
||||
MOVE,
|
||||
OTHER,
|
||||
@@ -408,3 +408,6 @@ export enum ContextActionColors {
|
||||
ENGAGE,
|
||||
DELETE,
|
||||
}
|
||||
export const CONTEXT_ACTION_COLORS = [null, "white", "green", "purple", "blue", "red"];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user