This commit is contained in:
Adam Velebil 2022-10-19 10:12:51 +02:00
parent 68b170c3e2
commit 4371e00b53
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -53,7 +53,7 @@ class UsbDeviceNotifier extends StateNotifier<List<UsbYubiKeyNode>> {
UsbDeviceNotifier(this._rpc) : super([]);
void refresh() {
_log.debug('Refreshing all USB devics');
_log.debug('Refreshing all USB devices');
_usbState = -1;
_pollDevices();
}