new ttrss stuff
This commit is contained in:
parent
87585b44ec
commit
307b8ffae0
8 changed files with 176 additions and 22 deletions
6
main.qml
6
main.qml
|
@ -11,5 +11,11 @@ ApplicationWindow {
|
|||
|
||||
Content {
|
||||
anchors.fill: parent
|
||||
visible: false
|
||||
}
|
||||
|
||||
Login {
|
||||
anchors.fill: parent
|
||||
visible: true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue