opt: merge addon

Signed-off-by: Kingtous <kingtous@qq.com>
This commit is contained in:
Kingtous
2022-06-27 11:50:15 +08:00
parent 4a89469b84
commit 3f2aaae1ff
10 changed files with 35 additions and 40 deletions

View File

@@ -171,7 +171,7 @@ impl UI {
}
fn install_me(&mut self, _options: String, _path: String) {
install_me(_options, _path);
install_me(_options, _path, false, false);
}
fn update_me(&self, _path: String) {