mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-03 20:57:52 +02:00
Newline after visible: false in diagdiag
This commit is contained in:
@@ -77,7 +77,7 @@ DiagnosticsDialog::updateLogView()
|
||||
}
|
||||
else
|
||||
{
|
||||
log.append( " visible: false" );
|
||||
log.append( " visible: false\n" );
|
||||
}
|
||||
|
||||
log.append( "ACCOUNTS:\n" );
|
||||
|
Reference in New Issue
Block a user