mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-23 13:27:03 -04:00
Make ReactDevTools Opt-in
This commit is contained in:
parent
516f8c488a
commit
86eacea74d
4 changed files with 24 additions and 7 deletions
|
@ -24,7 +24,7 @@ function readCss() {
|
|||
return readFile(QUICKCSS_PATH, "utf-8").catch(() => "");
|
||||
}
|
||||
|
||||
function readSettings() {
|
||||
export function readSettings() {
|
||||
try {
|
||||
return readFileSync(SETTINGS_FILE, "utf-8");
|
||||
} catch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue