diff --git a/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift b/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift index 37c2e60..9f3d98d 100644 --- a/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift +++ b/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift @@ -120,6 +120,8 @@ final class SimpleFeedbackFormViewModel: ObservableObject { return "watchOS" #elseif os(tvOS) return "tvOS" + #elseif os(visionOS) + return "visionOS" #else return "Unknown Operating System" #endif