mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
7 lines
126 B
QML
7 lines
126 B
QML
pragma Singleton
|
|
import QtQuick
|
|
|
|
QtObject {
|
|
// Global username, set at app startup
|
|
property string userName: "User"
|
|
} |