mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-29 15:12:21 +08:00
修复
This commit is contained in:
parent
e2c8eb79a0
commit
eb06f33269
@ -201,6 +201,7 @@ void SettingsPage::on_pushButton_clear_clicked()
|
|||||||
{
|
{
|
||||||
tmpdir.remove(tmpdir[i]);
|
tmpdir.remove(tmpdir[i]);
|
||||||
}
|
}
|
||||||
|
Utils::sendNotification("spark-store",tr("Spark Store"),tr("Temporary cache was cleaned"));
|
||||||
ui->pushButton_clear->setEnabled(true);
|
ui->pushButton_clear->setEnabled(true);
|
||||||
updateUI();
|
updateUI();
|
||||||
});
|
});
|
||||||
|
@ -160,7 +160,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>300</width>
|
<width>100</width>
|
||||||
<height>0</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user