Settings rework (#11613)

* refactor settings to be consistent with other page structure

* Implement non auto live

* Adjust missing view

* Quick fix

* Clarify settings options

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>

* Update naming and config restarts

* Rename

---------

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
Nicolas Mowen
2024-05-29 08:01:39 -06:00
committed by GitHub
parent d5f6decd30
commit 6dd9660ecd
11 changed files with 128 additions and 85 deletions

View File

@@ -131,7 +131,7 @@ export default function MotionMaskEditPane({
axios
.put(`config/set?${queryString}`, {
requires_restart: 0,
requires_restart: 1,
})
.then((res) => {
if (res.status === 200) {