1 parent 0d46f76 commit 6ed8ab4Copy full SHA for 6ed8ab4
1 file changed
module/utils.sh
@@ -182,6 +182,8 @@ add_ssblur() {
182
fi
183
#turn off adv textures cause of a visual bug where the bg of objects disappears with ssblur
184
settings put secure background_blur_enable 0
185
+ #create a new update file at the current MODDIR to try to force overlayfs to recreate moduleimg
186
+ touch $MODDIR/update
187
}
188
189
blur_choice() {
0 commit comments