diff --git a/filcnaplo_premium/lib/ui/mobile/settings/modify_teacher_names.dart b/filcnaplo_premium/lib/ui/mobile/settings/modify_teacher_names.dart index 84c631c..c9f9a55 100644 --- a/filcnaplo_premium/lib/ui/mobile/settings/modify_teacher_names.dart +++ b/filcnaplo_premium/lib/ui/mobile/settings/modify_teacher_names.dart @@ -291,17 +291,18 @@ class _ModifyTeacherNamesState extends State { child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ - Panel( - child: SwitchListTile( - title: Text("italics_toggle".i18n), - onChanged: (value) => - settings.update(renamedTeachersItalics: value), - value: settings.renamedTeachersItalics, - ), - ), - const SizedBox( - height: 20, - ), + // Panel( + // child: SwitchListTile( + + // title: Text("italics_toggle".i18n), + // onChanged: (value) => + // settings.update(renamedTeachersItalics: value), + // value: settings.renamedTeachersItalics, + // ), + // ), + // const SizedBox( + // height: 20, + // ), InkWell( onTap: showRenameDialog, borderRadius: BorderRadius.circular(12.0),