Skip to content

Commit

Permalink
hardware info into header file
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 10, 2024
1 parent c1a6d53 commit b3b6655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/inputhelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ QVector<QString> InputHelp::logHeader( bool isHtml )
retLines.push_back( QStringLiteral( "Device UUID: %1" ).arg( CoreUtils::deviceUuid() ) );
retLines.push_back( QStringLiteral( "Data Dir: %1" ).arg( InputUtils::appDataDir() ) );
retLines.push_back( QStringLiteral( "System: %1" ).arg( QSysInfo::prettyProductName() ) );
retLines.push_back( QStringLiteral( "CPU Architecture: %1" ).arg( QSysInfo::currentCpuArchitecture() ) );
retLines.push_back( QStringLiteral( "Mergin URL: %1" ).arg( mMerginApi->apiRoot() ) );
retLines.push_back( QStringLiteral( "Mergin User: %1" ).arg( mMerginApi->userAuth()->username() ) );
if ( !mMerginApi->userInfo()->email().isEmpty() )
Expand Down

0 comments on commit b3b6655

Please sign in to comment.