mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
fix: url error
This commit is contained in:
parent
e38f85a4d0
commit
258c24761a
@ -274,7 +274,7 @@ void MainWindow::closeEvent(QCloseEvent* event)
|
||||
|
||||
QUrl MainWindow::storeUrl() const
|
||||
{
|
||||
return QUrl("https://www.microsoft.com/store/apps/9P29H1NDNKBB");
|
||||
return QUrl("https://apps.microsoft.com/detail/9p29h1ndnkbb");
|
||||
}
|
||||
|
||||
void MainWindow::initMenuBar()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user