mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
fix changeid
This commit is contained in:
@@ -25,10 +25,9 @@ class ServerPage extends StatefulWidget implements PageShape {
|
||||
PopupMenuButton<String>(
|
||||
icon: const Icon(Icons.more_vert),
|
||||
itemBuilder: (context) {
|
||||
final serverModel = Provider.of<ServerModel>(context);
|
||||
return [
|
||||
PopupMenuItem(
|
||||
enabled: serverModel.connectStatus > 0,
|
||||
enabled: gFFI.serverModel.connectStatus > 0,
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16.0),
|
||||
value: "changeID",
|
||||
child: Text(translate("Change ID")),
|
||||
|
||||
Reference in New Issue
Block a user