mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Messed that up compression push up somehow
This commit is contained in:
parent
9858525158
commit
02986edeff
@ -306,7 +306,8 @@ bool PreferencesDialog::Save()
|
|||||||
else recalc_events=true;
|
else recalc_events=true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (profile->session->compressSessionData()!=ui->compressSessionData->isChecked()) recalc_events=true;
|
if (profile->session->compressSessionData()!=ui->compressSessionData->isChecked())
|
||||||
|
recalc_events=true;
|
||||||
|
|
||||||
if (recalc_events) {
|
if (recalc_events) {
|
||||||
if (QMessageBox::question(this,tr("Data Reindex Required"),tr("A data reindexing proceedure is required to apply these changes.\n\nAre you sure you want to make these changes?"),QMessageBox::Yes,QMessageBox::No)==QMessageBox::No) {
|
if (QMessageBox::question(this,tr("Data Reindex Required"),tr("A data reindexing proceedure is required to apply these changes.\n\nAre you sure you want to make these changes?"),QMessageBox::Yes,QMessageBox::No)==QMessageBox::No) {
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QTabWidget" name="tabWidget">
|
<widget class="QTabWidget" name="tabWidget">
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="importTab">
|
<widget class="QWidget" name="importTab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
|
Loading…
Reference in New Issue
Block a user