Add dummy UI button

This commit is contained in:
iTrooz 2024-11-13 17:44:54 +01:00
parent 48235f5b71
commit fac521a312
No known key found for this signature in database
GPG key ID: 8B83F77667B1BC6A
3 changed files with 13 additions and 0 deletions

View file

@ -734,4 +734,9 @@ void ServersPage::on_actionJoin_triggered()
APPLICATION->launch(m_inst, true, false, std::make_shared<MinecraftTarget>(MinecraftTarget::parse(address, false)));
}
void ServersPage::on_actionRefresh_triggered()
{
qDebug() << "Action clicked";
}
#include "ServersPage.moc"