mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-11-22 13:37:07 +00:00
Add rawValues for CommentStyle enum
This commit is contained in:
parent
a5a3f1cec9
commit
5cbc4e5f88
@ -9,7 +9,9 @@
|
||||
import SwiftUI
|
||||
|
||||
enum CommentStyle: String, CaseIterable, Identifiable {
|
||||
case keyAndHost, none
|
||||
case keyAndHost = "keyAndHost"
|
||||
case none = "none"
|
||||
|
||||
var id: Self { self }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user