feat: whiteboard, macos (#12780)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
438cef8cf9
commit
e2ec6a5be8
14 changed files with 796 additions and 409 deletions
|
|
@ -1593,7 +1593,9 @@ class _KeyboardMenu extends StatelessWidget {
|
|||
inputSource(),
|
||||
Divider(),
|
||||
viewMode(),
|
||||
if (pi.platform == kPeerPlatformWindows) showMyCursor(),
|
||||
if (pi.platform == kPeerPlatformWindows ||
|
||||
pi.platform == kPeerPlatformMacOS)
|
||||
showMyCursor(),
|
||||
Divider(),
|
||||
...toolbarToggles(),
|
||||
...mouseSpeed(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue