Qt: add checkbox to restart dialog

This commit is contained in:
Megamouse 2023-04-18 19:25:55 +02:00
parent 1f19804cab
commit 32bfb808ae
9 changed files with 36 additions and 3 deletions

View file

@ -12,6 +12,11 @@ settings::settings(QObject* parent) : QObject(parent),
}
settings::~settings()
{
sync();
}
void settings::sync()
{
if (m_settings)
{