hide SceneSettings

This commit is contained in:
mohammad
2025-01-23 18:41:50 +03:00
parent 790479effb
commit d72253e3de

View File

@ -460,9 +460,7 @@ class HomeCubit extends Cubit<HomeState> {
// ),
// onPressed: () {},
// ),
// HomeCubit.permissionModel!.scene!.visible == true
// ?
IconButton(
manageScene? IconButton(
icon: const Icon(
Icons.add,
size: 32,
@ -498,7 +496,7 @@ class HomeCubit extends Cubit<HomeState> {
.add(const ClearTabToRunSetting());
},
)
// : const SizedBox(),
: const SizedBox(),
// IconButton(
// icon: const Icon(
// Icons.more_vert,