mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
fix: Export patcher logs as a file instead of text
This commit is contained in:
@@ -151,7 +151,7 @@ class InstallerViewModel extends BaseViewModel {
|
||||
}
|
||||
|
||||
void shareLog() {
|
||||
_patcherAPI.shareLog(logs);
|
||||
_patcherAPI.sharePatcherLog(logs);
|
||||
}
|
||||
|
||||
Future<void> cleanPatcher() async {
|
||||
|
||||
Reference in New Issue
Block a user