add network

This commit is contained in:
Benjamin Palko 2025-07-24 11:52:47 -04:00
parent 37497ddb10
commit aaeac7a5cd
4 changed files with 99 additions and 4 deletions

View file

@ -9,6 +9,10 @@ Singleton {
property string gpu: "\u{E66f}"
property string hardDrive: "\u{E0f1}"
property string memoryStick: "\u{E44a}"
property string wifiOff: "\u{E1af}"
property string wifiLow: "\u{E5fd}"
property string wifiHigh: "\u{E5fc}"
property string wifi: "\u{E1ae}"
property string triangle: "\u{E192}"
property string triangleDashed: "\u{E642}"
}