mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 20:57:36 +02: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