mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-22 04:22:39 +00:00
* Add preferences view skeleton * Add toolbar & help button * Add working back button * Title of page in toolbar * Remove unused imports * Make comments better! * Remove unused drawer element * Remove superfluous > 1 check * Use point size font instead of pixel size * Add AppView page title
9 lines
130 B
QML
9 lines
130 B
QML
import QtQuick 2.9
|
|
Rectangle {
|
|
id: settingsPage
|
|
color: "#333333"
|
|
objectName: "Settings"
|
|
|
|
// TODO - add settings
|
|
}
|