feat: allow 8.4.3 firmware features (#845)
* feat: allow 8.4.3 firmware features * feat: remove "layer-double-tap" command line argument
This commit is contained in:
committed by
László Monda
parent
84b6c33c54
commit
10cd06c70b
@@ -26,8 +26,7 @@ export class AppService extends MainServiceBase {
|
||||
const deviceConnectionState = this.uhkHidDeviceService.getDeviceConnectionState();
|
||||
const response: AppStartInfo = {
|
||||
commandLineArgs: {
|
||||
addons: this.options.addons || false,
|
||||
layerDoubleTap: this.options['layer-double-tap'] || false
|
||||
addons: this.options.addons || false
|
||||
},
|
||||
deviceConnected: deviceConnectionState.connected,
|
||||
hasPermission: deviceConnectionState.hasPermission,
|
||||
|
||||
Reference in New Issue
Block a user