feat: convert UdevRulesInfo to string enum (#921)
* feat: convert UdevRulesInfo to string enum For easier log reading better to use string enum. * fix typo
This commit is contained in:
committed by
László Monda
parent
3a1451a6a9
commit
f94b221ee9
@@ -31,7 +31,7 @@ export const initialState: State = {
|
||||
hasPermission: true,
|
||||
bootloaderActive: false,
|
||||
zeroInterfaceAvailable: true,
|
||||
udevRuleInfo: UdevRulesInfo.Unkonwn,
|
||||
udevRuleInfo: UdevRulesInfo.Unknown,
|
||||
saveToKeyboard: initProgressButtonState,
|
||||
savingToKeyboard: false,
|
||||
updatingFirmware: false,
|
||||
|
||||
Reference in New Issue
Block a user