Update mtk_config.py

Set kamakiri2 as default for all platforms
This commit is contained in:
Bjoern Kerler 2024-07-04 20:48:38 +02:00 committed by GitHub
parent 8d618425c1
commit e34fc91f0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,10 +41,7 @@ class MtkConfig(metaclass=LogBase):
self.iot = False
self.gpt_file = None
self.tr = QObject().tr
if sys.platform.startswith('darwin'):
self.ptype = "kamakiri"
else:
self.ptype = "kamakiri2"
self.ptype = "kamakiri2"
self.generatekeys = None
self.daconfig = None
self.bmtflag = None