feat: initialized Notification settings view for the modules

This commit is contained in:
Serhiy Mytrovtsiy
2023-12-11 21:57:53 +01:00
parent ec1657078c
commit 6c46f90d5f
4 changed files with 115 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ public enum ModuleType: Int {
case bluetooth
case clock
var rawValue: String {
public var rawValue: String {
switch self {
case .CPU: return "CPU"
case .RAM: return "RAM"