Updated sync dialog

This commit is contained in:
Mark Qvist 2024-11-17 11:42:08 +01:00
parent 293023be12
commit c14699151d

View File

@ -652,6 +652,10 @@ Builder.load_string("""
padding: [0, 0, 0, dp(16)] padding: [0, 0, 0, dp(16)]
height: self.minimum_height+dp(24) height: self.minimum_height+dp(24)
MDLabel:
id: node_info
text: "Unknown propagation node"
MDProgressBar: MDProgressBar:
id: sync_progress id: sync_progress
type: "determinate" type: "determinate"
@ -659,7 +663,6 @@ Builder.load_string("""
MDLabel: MDLabel:
id: sync_status id: sync_status
hint_text: "Name"
text: "Initiating sync..." text: "Initiating sync..."