mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
add style apply/save
This commit is contained in:
@@ -308,6 +308,7 @@ function quickApplyStyle() {
|
||||
}
|
||||
|
||||
function quickSaveStyle() {
|
||||
console.log('HERE');
|
||||
const tabname = getENActiveTab();
|
||||
const btnSave = gradioApp().getElementById(`${tabname}_extra_quicksave`);
|
||||
if (btnSave) btnSave.click();
|
||||
|
||||
Reference in New Issue
Block a user