mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 18:16:21 +00:00
hide SceneSettings
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user