mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
BlockableOverlay blocked layer transparent color
This commit is contained in:
@@ -411,9 +411,8 @@ class BlockableOverlay extends StatelessWidget {
|
||||
state.onMiddleBlockedClick?.call();
|
||||
},
|
||||
child: Container(
|
||||
color: state.middleBlocked.value
|
||||
? Colors.red.withOpacity(0.3)
|
||||
: null)))),
|
||||
color:
|
||||
state.middleBlocked.value ? Colors.transparent : null)))),
|
||||
];
|
||||
|
||||
if (upperLayer != null) {
|
||||
|
||||
Reference in New Issue
Block a user