add missed #ifdef
This commit is contained in:
parent
26a24122e1
commit
3b7542d361
1 changed files with 2 additions and 0 deletions
|
@ -664,5 +664,7 @@ void OptionsDialog::on_cmdUserFeedbackSend_clicked()
|
|||
|
||||
void OptionsDialog::on_cmdCopyStatsID_clicked()
|
||||
{
|
||||
#ifdef GTA5SYNC_TELEMETRY
|
||||
QApplication::clipboard()->setText(Telemetry->getRegisteredID());
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue