Skip to content

Commit

Permalink
🎉 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed May 29, 2024
1 parent 0403ce6 commit 15fb79b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions desktop/ui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ Ui::Ui(QObject* parent) : QObject(parent) {
m_networkManager = new QNetworkAccessManager(this);
setNewVersion("");
setHasNewVersion(true);
// setUpdateUrl("");
setUpdateUrl("https://github.com//XDSEC/WebSocketReflectorX/releases/latest");
setUpdateUrl("");
// setUpdateUrl("https://github.com//XDSEC/WebSocketReflectorX/releases/latest");
setVersion(VERSION);
// checkUpdates();
checkUpdates();
}

Ui::~Ui() = default;
Expand Down

0 comments on commit 15fb79b

Please sign in to comment.