close background image dialog when deleting image

This commit is contained in:
Helium314 2025-04-27 15:44:59 +02:00
parent 106a74d749
commit 54c2c364a0

View file

@ -105,6 +105,7 @@ fun BackgroundImagePref(setting: Setting, isLandscape: Boolean) {
getFile().delete()
Settings.clearCachedBackgroundImages()
KeyboardSwitcher.getInstance().setThemeNeedsReload()
showSelectionDialog = false
}
)
}