Revert "feat: front-end use RunningMode enum instead of string literals"

This reverts commit 7280635741.
This commit is contained in:
Tunglies
2025-03-26 22:17:29 +08:00
parent 7280635741
commit ff4101fa47
5 changed files with 4 additions and 10 deletions

View File

@@ -806,9 +806,3 @@ interface IWebDavConfig {
username: string;
password: string;
}
enum RunningMode {
Service = "Service",
Sidecar = "Sidecar",
NotRunning = "NotRunning",
}