Skip to content

Commit

Permalink
AutosaveWindow title indicates that it is work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxh committed Oct 12, 2024
1 parent bed8fb6 commit bd343d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Gui/AutosaveWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace
}

_AutosaveWindow::_AutosaveWindow(SimulationController const& simController, PersisterController const& persisterController)
: _AlienWindow("Autosave", "windows.autosave", false)
: _AlienWindow("Autosave (work in progress)", "windows.autosave", false)
, _simController(simController)
, _persisterController(persisterController)
{
Expand Down

0 comments on commit bd343d9

Please sign in to comment.