You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Rename db entry name
This commit is contained in:
@@ -40,7 +40,7 @@ constexpr const char *DB_SETTING_KEYS[] = {
|
||||
"mnt_ns",
|
||||
"denylist",
|
||||
"zygisk",
|
||||
"safemode",
|
||||
"bootloop",
|
||||
};
|
||||
|
||||
// Settings key indices
|
||||
@@ -50,7 +50,7 @@ enum {
|
||||
SU_MNT_NS,
|
||||
DENYLIST_CONFIG,
|
||||
ZYGISK_CONFIG,
|
||||
SAFEMODE_CONFIG,
|
||||
BOOTLOOP_COUNT,
|
||||
};
|
||||
|
||||
// Values for root_access
|
||||
|
||||
Reference in New Issue
Block a user