mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
parent
e68689828e
commit
d60ced2f61
1 changed files with 0 additions and 2 deletions
|
@ -183,7 +183,6 @@ class InstallerViewModel extends BaseViewModel {
|
|||
final info = await AboutInfo.getInfo();
|
||||
|
||||
final formattedLogs = [
|
||||
'```',
|
||||
'- Device Info',
|
||||
'ReVanced Manager: ${info['version']}',
|
||||
'Build: ${info['flavor']}',
|
||||
|
@ -206,7 +205,6 @@ class InstallerViewModel extends BaseViewModel {
|
|||
|
||||
'\n- Logs',
|
||||
logs,
|
||||
'```',
|
||||
];
|
||||
|
||||
Clipboard.setData(ClipboardData(text: formattedLogs.join('\n')));
|
||||
|
|
Loading…
Reference in a new issue