1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 17:15:48 +05:30

refactor: disabled uncompatible settings with flatpak and added healthcheck alert

This commit is contained in:
2026-03-02 23:56:02 +05:30
Verified
parent 1347bea868
commit d66334ab85
7 changed files with 108 additions and 52 deletions

View File

@@ -46,7 +46,7 @@ export function AppSidebar() {
];
useEffect(() => {
let timeout: NodeJS.Timeout;
let timeout: ReturnType<typeof setTimeout>;
if (open) {
timeout = setTimeout(() => {
setShowBadge(true);