From f71bce5b7167a9f02e477f9563c5f0e51411a8dd Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 20 Jun 2022 12:58:16 -0700 Subject: [PATCH] Remove Group "Address" - it is badly named, and no longer relavent --- lib/views/groupsettingsview.dart | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/lib/views/groupsettingsview.dart b/lib/views/groupsettingsview.dart index 8acfda68..032ed800 100644 --- a/lib/views/groupsettingsview.dart +++ b/lib/views/groupsettingsview.dart @@ -91,22 +91,6 @@ class _GroupSettingsViewState extends State { tooltip: AppLocalizations.of(context)!.saveBtn, ) ]), - - // Address Copy Button - Column(mainAxisAlignment: MainAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start, children: [ - SizedBox( - height: 20, - ), - CwtchLabel(label: AppLocalizations.of(context)!.groupAddr), - SizedBox( - height: 20, - ), - CwtchTextField( - controller: ctrlrGroupAddr, - hintText: '', - validator: (value) {}, - ) - ]), Column(mainAxisAlignment: MainAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start, children: [ SizedBox( height: 20,