Properly set the dirty flag on setting modal load

This commit is contained in:
Webifi 2023-06-05 16:26:53 -05:00
parent c672236412
commit 443c30b7ab
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,6 @@
const refreshSettings = async () => {
showSettingsModal && showSettings()
setDirty()
}
const cloneProfile = () => {
@ -155,6 +154,7 @@
}
const showSettings = async () => {
setDirty()
// Show settings modal
showSettingsModal++