mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-09-15 14:02:28 +00:00
feat: up to max number 1000
This commit is contained in:
parent
9290348408
commit
7282c70e0d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "server.h"
|
||||
#include "videoform.h"
|
||||
|
||||
#define DM_MAX_DEVICES_NUM 16
|
||||
#define DM_MAX_DEVICES_NUM 1000
|
||||
|
||||
DeviceManage::DeviceManage(QObject *parent) : QObject(parent) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue