Skip to content

Commit

Permalink
no social links without settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-i committed May 18, 2023
1 parent 9c5735d commit 130a358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/chat_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -478,14 +478,14 @@ class _ChatScreenState extends State<ChatScreen> {
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
// Add the Social Links button
if (widget._dnsgs! == false)
/*if (widget._dnsgs! == false)
Padding(
padding: const EdgeInsets.only(left: 8.0),
child: IconButton(
icon: Icon(Icons.share),
onPressed: _showSocialLinksDialog,
),
),
),*/
if (widget._allowEnterKey != null && widget._allowEnterKey!)
ElevatedButton(
child: Text(
Expand Down

0 comments on commit 130a358

Please sign in to comment.