Skip to content

Commit

Permalink
More directory changes
Browse files Browse the repository at this point in the history
  • Loading branch information
erinharrington-12 committed Oct 1, 2024
1 parent 43c907f commit 306db57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AboutWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ bool AboutWidget::getEventModeState()
void AboutWidget::setEventModeState(QString newState)
{
QProcess process;
QString command = QString("sed -i 's/^EVENT_MODE.*/EVENT_MODE %1/' /home/kipr/Documents/wifiConnectionMode.txt").arg(newState);
QString command = QString("sed -i 's/^EVENT_MODE.*/EVENT_MODE %1/' /home/kipr/wifiConnectionMode.txt").arg(newState);

process.start("bash", QStringList() << "-c" << command);
process.waitForFinished();
Expand Down

0 comments on commit 306db57

Please sign in to comment.