Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/bz-login-page.blp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Loading