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