mirror of
https://github.com/vladmandic/automatic
synced 2026-09-03 19:40:47 +02:00
modernui control tab reorg and styling
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -159,6 +159,7 @@ async function setHints(analyze = false) {
|
||||
if (Object.keys(opts).length === 0) return;
|
||||
const elements = [
|
||||
...Array.from(gradioApp().querySelectorAll('button')),
|
||||
...Array.from(gradioApp().querySelectorAll('h2')),
|
||||
...Array.from(gradioApp().querySelectorAll('label > span')),
|
||||
...Array.from(gradioApp().querySelectorAll('.label-wrap > span')),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user