mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
10 lines
204 B
Text
10 lines
204 B
Text
Popup:
|
|
id: network
|
|
title: _('Network')
|
|
BoxLayout:
|
|
|
|
Button:
|
|
size_hint_y: None
|
|
height: '48dp'
|
|
text: 'close'
|
|
on_release: network.dismiss()
|