Use create folder material icon and increase version

This commit is contained in:
Ryan
2025-04-10 02:59:04 -04:00
committed by GitHub
parent ff92a6d26c
commit 7cce03d092
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { showToast, toggleVisibility, attachEnterKeyListener } from './domUtils.
import { sendRequest } from './networkUtils.js';
import { t, applyTranslations, setLocale } from './i18n.js';
const version = "v1.1.0";
const version = "v1.1.1";
const adminTitle = `Admin Panel <small style="font-size: 12px; color: gray;">${version}</small>`;
let lastLoginData = null;