mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-15 12:09:52 +01:00
add toggle to show exact date time when extractors need a restart
This commit is contained in:
@@ -26,6 +26,8 @@ export const SessionContext = createContext<{
|
||||
togglePlanMode: () => void;
|
||||
alertMode: boolean;
|
||||
toggleAlertMode: () => void;
|
||||
extractionTimeMode: boolean;
|
||||
toggleExtractionTimeMode: () => void;
|
||||
piPrices: EvePraisalResult | undefined;
|
||||
updatePlanetConfig: (config: PlanetConfig) => void;
|
||||
readPlanetConfig: ({
|
||||
@@ -51,6 +53,8 @@ export const SessionContext = createContext<{
|
||||
togglePlanMode: () => {},
|
||||
alertMode: false,
|
||||
toggleAlertMode: () => {},
|
||||
extractionTimeMode: false,
|
||||
toggleExtractionTimeMode: () => {},
|
||||
piPrices: undefined,
|
||||
updatePlanetConfig: () => {},
|
||||
readPlanetConfig: ({
|
||||
|
||||
Reference in New Issue
Block a user