|
@@ -170,7 +170,9 @@ class HomeView extends GetView<HomeController> {
|
|
|
const SizedBox(height: 40,),
|
|
|
Center(
|
|
|
child: Row(
|
|
|
+ mainAxisAlignment: MainAxisAlignment.center,
|
|
|
children: [
|
|
|
+
|
|
|
ButtonSelect(
|
|
|
labels: ['setting_mode_rules'.tr,'setting_mode_global'.tr,],
|
|
|
value: controllers.global.modes.indexOf(controllers.global.modesSelect.value),
|