mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-23 17:47:24 +01:00
Add rawValues for CommentStyle enum
This commit is contained in:
@@ -9,7 +9,9 @@
|
|||||||
import SwiftUI
|
import SwiftUI
|
||||||
|
|
||||||
enum CommentStyle: String, CaseIterable, Identifiable {
|
enum CommentStyle: String, CaseIterable, Identifiable {
|
||||||
case keyAndHost, none
|
case keyAndHost = "keyAndHost"
|
||||||
|
case none = "none"
|
||||||
|
|
||||||
var id: Self { self }
|
var id: Self { self }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user