mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-06 15:21:21 +08:00
Enable press and hold to copy GitJournal version in settings
Fixes #478
This commit is contained in:
@ -554,7 +554,6 @@ class VersionNumberTileState extends State<VersionNumberTile> {
|
||||
Clipboard.setData(ClipboardData(text: versionText));
|
||||
showSnackbar(context, tr('settings.versionCopied'));
|
||||
},
|
||||
enabled: false,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user