fix: encrypt_type not set

This commit is contained in:
b1n
2024-06-24 01:09:32 +08:00
parent 442f4fac8c
commit 6f1a0fd0d0
2 changed files with 4 additions and 4 deletions

View File

@@ -687,6 +687,7 @@ impl Application for Pumpbin {
self.supported_platforms = platforms;
// random pass
self.encrypt_type = plugin.encrypt_type().clone();
self.random_encrypt_pass();
Task::none()