mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-15 21:22:40 +00:00
Add navigation toolbar (#1)
* 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
This commit is contained in:
committed by
Cameron Gutman
parent
1bfec3a032
commit
b630c07653
@@ -0,0 +1,8 @@
|
||||
import QtQuick 2.9
|
||||
Rectangle {
|
||||
id: settingsPage
|
||||
color: "#333333"
|
||||
objectName: "Settings"
|
||||
|
||||
// TODO - add settings
|
||||
}
|
||||
Reference in New Issue
Block a user