1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Removed unnecessary saving of slicer.ini

This commit is contained in:
bubnikv
2019-02-22 17:18:58 +01:00
parent a1fdbf213c
commit a81d51d905
2 changed files with 2 additions and 16 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ bool GUI_App::OnInit()
Bind(wxEVT_IDLE, [this](wxIdleEvent& event)
{
if (app_config->dirty())
if (app_config->dirty() && app_config->get("autosave") == "1")
app_config->save();
// ! Temporary workaround for the correct behavior of the Scrolled sidebar panel