|
@@ -165,7 +165,7 @@ abstract class Global {
|
|
|
|
|
|
static Future<void> _initDevices() async {
|
|
|
// TODO: 后续改成按后门配置开启
|
|
|
- // await VnoteDevicePluginPlatform.instance.init(false);
|
|
|
+ await VnoteDevicePluginPlatform.instance.init(false);
|
|
|
|
|
|
final List<_DeviceStatusTipsHandler> statusHandlers = [];
|
|
|
for (int status in DeviceConsts.STATUS_DESC_MAP.keys) {
|