You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Minor cleanup
This commit is contained in:
@@ -116,7 +116,7 @@ db_settings::db_settings() {
|
||||
data[SU_MULTIUSER_MODE] = MULTIUSER_MODE_OWNER_ONLY;
|
||||
data[SU_MNT_NS] = NAMESPACE_MODE_REQUESTER;
|
||||
data[DENYLIST_CONFIG] = false;
|
||||
data[ZYGISK_CONFIG] = rust::get_magiskd().is_emulator();
|
||||
data[ZYGISK_CONFIG] = MagiskD::get()->is_emulator();
|
||||
}
|
||||
|
||||
int db_settings::get_idx(string_view key) const {
|
||||
|
||||
Reference in New Issue
Block a user