add a setting to alert if extraction is under desired level

This commit is contained in:
calli
2025-12-30 17:49:25 +02:00
parent 9de91f9982
commit 7a09503ffa
8 changed files with 97 additions and 21 deletions
+1
View File
@@ -32,6 +32,7 @@ export interface AlertState {
hasLowStorage: boolean;
hasLowImports: boolean;
hasLargeExtractorDifference: boolean;
hasLowExtractionRate: boolean;
}
export interface ExtractorAverage {