Skip to content

Commit

Permalink
fix: remove codeblock from log export
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie committed Oct 25, 2023
1 parent e686898 commit d60ced2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ui/views/installer/installer_viewmodel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ class InstallerViewModel extends BaseViewModel {
final info = await AboutInfo.getInfo();

final formattedLogs = [
'```',
'- Device Info',
'ReVanced Manager: ${info['version']}',
'Build: ${info['flavor']}',
Expand All @@ -206,7 +205,6 @@ class InstallerViewModel extends BaseViewModel {

'\n- Logs',
logs,
'```',
];

Clipboard.setData(ClipboardData(text: formattedLogs.join('\n')));
Expand Down

0 comments on commit d60ced2

Please sign in to comment.