formatting

This commit is contained in:
quadbyte 2025-08-15 10:06:49 -04:00
parent f0ef9ac7b0
commit 82e42ad5c2
3 changed files with 1 additions and 4 deletions

View file

@ -236,7 +236,6 @@ NBox {
color: Colors.mSurface color: Colors.mSurface
Layout.fillWidth: true Layout.fillWidth: true
property real progressRatio: { property real progressRatio: {
if (!MediaPlayer.currentPlayer || !MediaPlayer.isPlaying || MediaPlayer.trackLength <= 0) { if (!MediaPlayer.currentPlayer || !MediaPlayer.isPlaying || MediaPlayer.trackLength <= 0) {
return 0 return 0

View file

@ -214,8 +214,6 @@ QtObject {
scanProcess.existingNetwork = {} scanProcess.existingNetwork = {}
} }
} }
} }
property Process connectProcess: Process { property Process connectProcess: Process {