Files
Jellyfin-Freebox/Views/ViewLogin.qml
T
Aurelien Vaillant f53cb56669 WIP more UI wip
2024-08-12 16:53:09 +02:00

14 lines
179 B
QML

import QtQuick 2.5
ListModel {
ListElement {
name: "Server"
}
ListElement {
name: "Username"
}
ListElement {
name: "Password"
}
}