summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-04-30 04:51:32 -0500
committerLostDragonist <lost.dragonist@gmail.com>2019-04-30 04:51:32 -0500
commit3061a15822dda0f7ed01aeb45ce9ccf4ad0f6af5 (patch)
tree59f48c3441d44ce273cc8f3082008113cbe0a5d3 /src/settings.h
parent8c47ba2252ff226d646a13a82a7b30ee652efc25 (diff)
Restart MO if the API key is changed or the reset geometries button was clicked
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 324fa0b6..ed49a1bc 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -531,6 +531,7 @@ private:
QCheckBox *m_displayForeignBox;
QCheckBox *m_lockGUIBox;
QCheckBox *m_enableArchiveParsingBox;
+ QPushButton *m_resetGeometriesBtn;
};
private slots: