changed monitor icon and implemented new setting to show monitors directly in menubar #3333

This commit is contained in:
NicKoehler
2023-03-15 17:57:52 +01:00
parent 1a5a358656
commit 51a37f971a
3 changed files with 99 additions and 26 deletions

View File

@@ -1318,6 +1318,7 @@ class _DisplayState extends State<_Display> {
Widget other(BuildContext context) {
return _Card(title: 'Other Default Options', children: [
otherRow('Show monitors in menu bar', 'show_monitors_menubar'),
otherRow('Show remote cursor', 'show_remote_cursor'),
otherRow('Zoom cursor', 'zoom-cursor'),
otherRow('Show quality monitor', 'show_quality_monitor'),