mainSymbols.forEach { (key: Int, value: String) in
            let imagePath = Bundle(for: PanelWindowController.self).path(
            forResource: getSymbol(condition: key, isNight: true),
            ofType: "pdf")
            if imagePath == nil {