feat: reactive font size for ace editor + i18n support for font size settings strings
This commit is contained in:
@@ -91,9 +91,8 @@ export default defineComponent({
|
||||
const cookiesAllowed = getLocalConfig("cookiesAllowed") === "yes"
|
||||
if (!cookiesAllowed) {
|
||||
this.$toast.show(this.$t("we_use_cookies").toString(), {
|
||||
icon: "info",
|
||||
duration: 5000,
|
||||
theme: "toasted-primary",
|
||||
icon: "cookie",
|
||||
duration: 0,
|
||||
action: [
|
||||
{
|
||||
text: this.$t("action.dismiss").toString(),
|
||||
|
||||
Reference in New Issue
Block a user