updateFileActionButtons to hide or show depending on action

This commit is contained in:
Ryan
2025-05-20 09:55:40 -04:00
committed by GitHub
parent 3fc526df7f
commit f162a7d0d7
4 changed files with 65 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ import { loadAdminConfigFunc } from './auth.js';
import { showToast, toggleVisibility, attachEnterKeyListener } from './domUtils.js';
import { sendRequest } from './networkUtils.js';
const version = "v1.3.5";
const version = "v1.3.6";
const adminTitle = `${t("admin_panel")} <small style="font-size:12px;color:gray;">${version}</small>`;
// ————— Inject updated styles —————