From 466803a1ac92b64cd70ace115085ae1a70419b86 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 11 May 2020 18:57:37 +0200 Subject: [PATCH] Add a comment --- lib/ui/widgets/tablet_mode/tablet_appbar_widget.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/widgets/tablet_mode/tablet_appbar_widget.dart b/lib/ui/widgets/tablet_mode/tablet_appbar_widget.dart index aafe729..15758e6 100644 --- a/lib/ui/widgets/tablet_mode/tablet_appbar_widget.dart +++ b/lib/ui/widgets/tablet_mode/tablet_appbar_widget.dart @@ -84,6 +84,7 @@ class _ComunicTabletAppBarWidgetState PopupMenuButton<_MenuItemCallback>( offset: Offset(0, 50), itemBuilder: (c) => [ + // Sign out _MainMenuItem( label: tr("Sign out"), icon: Icons.power_settings_new,