From 1bc8fe507a3d46b60a4c459e6ccad4a21a215802 Mon Sep 17 00:00:00 2001 From: Evelynne <159239887+Eve00000@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:16:01 +0200 Subject: [PATCH] Update mixxxmainwindow.cpp --- src/mixxxmainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mixxxmainwindow.cpp b/src/mixxxmainwindow.cpp index 480360c3922..046b6bf1b76 100644 --- a/src/mixxxmainwindow.cpp +++ b/src/mixxxmainwindow.cpp @@ -763,8 +763,8 @@ void MixxxMainWindow::slotUpdateWindowTitle(TrackPointer pTrack) { QString trackInfo = pTrack->getInfo(); if (!trackInfo.isEmpty()) { appTitle = QString("%1 | %2").arg(trackInfo, appTitle); - // writing the artist & title of the playing track - // not only to the windowtitle but also to a file + // writing the artist & title of the playing track + // not only to the windowtitle but also to a file // location and name for nowplayingfile QString StatusNowPlayingFilePath = m_pCoreServices->getSettings()->getSettingsPath(); QString StatusNowPlayingFileLocation = StatusNowPlayingFilePath + "/NowPlaying.txt";