mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-12-27 04:28:39 +01:00
Updated sync dialog
This commit is contained in:
parent
293023be12
commit
c14699151d
@ -652,6 +652,10 @@ Builder.load_string("""
|
||||
padding: [0, 0, 0, dp(16)]
|
||||
height: self.minimum_height+dp(24)
|
||||
|
||||
MDLabel:
|
||||
id: node_info
|
||||
text: "Unknown propagation node"
|
||||
|
||||
MDProgressBar:
|
||||
id: sync_progress
|
||||
type: "determinate"
|
||||
@ -659,7 +663,6 @@ Builder.load_string("""
|
||||
|
||||
MDLabel:
|
||||
id: sync_status
|
||||
hint_text: "Name"
|
||||
text: "Initiating sync..."
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user