From 5fc3160a664e6fabf9e16dba951a410b36b27251 Mon Sep 17 00:00:00 2001 From: alialaqrabawi3 Date: Wed, 28 Jan 2026 16:33:49 +0300 Subject: [PATCH] show titlebar --- widget/js/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/widget/js/app.js b/widget/js/app.js index a123c21..1ac7fe6 100644 --- a/widget/js/app.js +++ b/widget/js/app.js @@ -27,6 +27,7 @@ const hasPermission = (permissionType) => { }; const init = () => { + buildfire.appearance.titlebar.show(); homePage.initSkeleton(); handleCPSync();