make disabling engines work correctly with webui and show right capitalization in webui

This commit is contained in:
2023-09-11 07:45:52 +05:30
parent 6c509efcd2
commit fc4e2d70b6
6 changed files with 42 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
package pages
import (
libmozhi "codeberg.org/aryak/libmozhi"
"codeberg.org/aryak/libmozhi"
"codeberg.org/aryak/mozhi/utils"
"github.com/gofiber/fiber/v2"
)