From 49108e4e15da13ae93e5ab096d69e8bad5f192fb Mon Sep 17 00:00:00 2001 From: Alexander Vanhee <160625516+AlexanderVanhee@users.noreply.github.com> Date: Tue, 26 May 2026 09:03:53 +0200 Subject: [PATCH] Clean up Flathub login page --- src/bz-login-page.blp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bz-login-page.blp b/src/bz-login-page.blp index a79e060e..2e9cd495 100644 --- a/src/bz-login-page.blp +++ b/src/bz-login-page.blp @@ -6,7 +6,9 @@ template $BzLoginPage: Adw.NavigationPage { child: Adw.ToolbarView { [top] - Adw.HeaderBar {} + Adw.HeaderBar { + show-title: false; + } content: Stack main_stack { transition-type: crossfade; @@ -40,7 +42,7 @@ template $BzLoginPage: Adw.NavigationPage { child: Adw.StatusPage { icon-name: "flathub-symbolic"; title: _("Connect to Flathub"); - description: _("Connect your Flathub account to Bazaar to manage your favorited apps."); + description: _("Log in to sync your favorited apps across devices"); child: Adw.PreferencesGroup provider_preferences_group { margin-start: 10;