fix: undeclared identifier - setDeviceName

This commit is contained in:
Richard Ramos 2020-07-08 14:01:10 -04:00
parent 4ee0d78cb6
commit fb894880bb
No known key found for this signature in database
GPG Key ID: 80D4B01265FDFE8F
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ QtObject:
notify = deviceSetupChanged
proc setDeviceName*(self: ProfileView, deviceName: string) {.slot.} =
devices.setDeviceName(deviceName)
status_devices.setDeviceName(deviceName)
self.setDeviceSetup(true)
proc syncAllDevices*(self: ProfileView) {.slot.} =