Avoid having both 'Configure YK' and 'Expand sidebar' appear at the same time

This commit is contained in:
Dennis Fokin 2024-08-21 15:00:54 +02:00
parent db147cdbc3
commit 8c1cb4217f
No known key found for this signature in database
GPG Key ID: 870B88256690D8BC

View File

@ -684,8 +684,7 @@ class _AppPageState extends ConsumerState<AppPage> {
),
actions: [
if (widget.actionButtonBuilder == null &&
(widget.keyActionsBuilder != null &&
(!hasManage || !showDetailView)))
(widget.keyActionsBuilder != null && (!hasManage)))
Padding(
padding: const EdgeInsets.only(left: 4),
child: IconButton(