diff --git a/Easydict/NewApp/EasydictApp.swift b/Easydict/NewApp/EasydictApp.swift index fb645baf6..8522e0765 100644 --- a/Easydict/NewApp/EasydictApp.swift +++ b/Easydict/NewApp/EasydictApp.swift @@ -71,7 +71,9 @@ extension Bool { } } -enum MenuBarIconType: UInt, CaseIterable { +enum MenuBarIconType: UInt, CaseIterable, Identifiable { + var id: Self { self } + case classical = 0 case debug = 1