Skip to content

Commit

Permalink
Remove grabberClient.connected check in KeyboardTypeSelectorView
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Oct 6, 2024
1 parent 9649f7c commit 923721e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apps/SettingsWindow/src/View/KeyboardTypeSelector.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import SwiftUI

struct KeyboardTypeSelectorView: View {
@ObservedObject private var settings = LibKrbn.Settings.shared
@ObservedObject private var grabberClient = LibKrbn.GrabberClient.shared

var body: some View {
Picker(
Expand All @@ -13,7 +12,6 @@ struct KeyboardTypeSelectorView: View {
Text("JIS (Japanese)").tag("jis")
}
.pickerStyle(RadioGroupPickerStyle())
.disabled(!grabberClient.connected)
}
}

Expand Down

0 comments on commit 923721e

Please sign in to comment.