[network/neochat] src/app/qml: Remove global toolbar from loading page
Joshua Goins <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit dcce1144bf40853fa95f9d2e1ac91002480ba241 by Joshua Goins.
Committed on 25/07/2026 at 22:04.
Pushed by redstrate into branch 'master'.
Remove global toolbar from loading page
All it says is "Loading" as the title... but we already know that. It's
the whole page!
M +1 -0 src/app/qml/Main.qml
https://invent.kde.org/network/neochat/-/commit/dcce1144bf40853fa95f9d2e1ac91002480ba241
diff --git a/src/app/qml/Main.qml b/src/app/qml/Main.qml
index 496fcd77e..f32da544b 100644
--- a/src/app/qml/Main.qml
+++ b/src/app/qml/Main.qml
@@ -238,6 +238,7 @@ Kirigami.ApplicationWindow {
readonly property Kirigami.Page loadingPage : Kirigami.Page {
title: i18nc("@title", "Loading")
+ globalToolBarStyle: Kirigami.ApplicationHeaderStyle.None
parent: states
Kirigami.LoadingPlaceholder {