From fd346d1aa1937cb711010af54b683df2f3fba392 Mon Sep 17 00:00:00 2001 From: iontalp Date: Fri, 31 Jul 2026 05:21:58 +0200 Subject: [PATCH] =?UTF-8?q?namaz=20vakitlerine=20se=C3=A7ilen=20=C5=9Fehir?= =?UTF-8?q?=20bilgisi=20eklendi.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/desktop.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pages/desktop.js b/src/pages/desktop.js index 9c90b9b..dfb87ed 100755 --- a/src/pages/desktop.js +++ b/src/pages/desktop.js @@ -157,7 +157,10 @@ async function loadDesktopKazaProgress(container, pb) { const totalCompleted = Math.max(0, grandInitialTotal - grandCurrentDebtTotal); const pct = grandInitialTotal > 0 - ? Math.min(100, Math.max(0, Math.round((totalCompleted / grandInitialTotal) * 100))) + ? Math.min( + 100, + Math.max(0, Math.round((totalCompleted / grandInitialTotal) * 100)), + ) : 0; const bar = container.querySelector("#desktopKazaBar"); @@ -214,7 +217,7 @@ async function loadImsakiye(container, selectedCity) { widget.innerHTML = `
- 🕌 NAMAZ VAKİTLERİ + 🕌 NAMAZ VAKİTLERİ ${selectedCity} Şu an: ${times.currentPrayer?.name}
@@ -226,4 +229,4 @@ async function loadImsakiye(container, selectedCity) {
Yatsı: ${times.isha}
`; -} \ No newline at end of file +}