Move getDefaultDeviceName into the Platforms
So we can have a sensible device name on Electron
This commit is contained in:
@@ -39,4 +39,12 @@ export default class VectorBasePlatform extends BasePlatform {
|
||||
*/
|
||||
installUpdate() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a sensible default display name for the
|
||||
* device Vector is running on
|
||||
*/
|
||||
getDefaultDeviceDisplayName() {
|
||||
return "Unknown device";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user