mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 08:58:52 +00:00
locked only if installed, to-do: need refine here
This commit is contained in:
parent
aeeffad33b
commit
78efa66378
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ class _Safety extends StatefulWidget {
|
|||
class _SafetyState extends State<_Safety> with AutomaticKeepAliveClientMixin {
|
||||
@override
|
||||
bool get wantKeepAlive => true;
|
||||
bool locked = true;
|
||||
bool locked = bind.mainIsInstalled();
|
||||
final scrollController = ScrollController();
|
||||
|
||||
@override
|
||||
|
|
|
|||
Loading…
Reference in a new issue