[UI > Settings] Complete overhaul, support You tab
You tab support has a few issues, namely: * Text inputs automatically close the keyboard * The Developer toggle is not reactive * Plugins will need to update if they set navigation options in their settings, otherwise an infinite re-render occurs Co-authored-by: Jack Matthews <jm5112356@gmail.com>
This commit is contained in:
parent
bc03464da3
commit
fda8e31bb1
8 changed files with 222 additions and 112 deletions
|
@ -45,5 +45,5 @@ export default async (unloads: any[]): Promise<VendettaObject> => ({
|
|||
unloads.filter(i => typeof i === "function").forEach(p => p());
|
||||
// @ts-expect-error explode
|
||||
delete window.vendetta;
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue