Skip to content

Commit

Permalink
devices: Add input support
Browse files Browse the repository at this point in the history
  • Loading branch information
tchx84 committed Sep 21, 2023
1 parent e59e0db commit 698bfff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/models/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ var FlatpakDevicesModel = GObject.registerClass({
value: this.constructor.getDefault(),
example: 'device=dri',
},
'devices-input': {
supported: this._info.supports('1.15.6'),
description: _('Input devices'),
option: 'input',
value: this.constructor.getDefault(),
example: 'device=input',
},
'devices-kvm': {
supported: this._info.supports('0.6.12'),
description: _('Virtualization'),
Expand Down

0 comments on commit 698bfff

Please sign in to comment.