Skip to content

Commit

Permalink
Oops! No quite correct ...
Browse files Browse the repository at this point in the history
  • Loading branch information
perdrix52 committed Nov 27, 2023
1 parent 0b1aacb commit f34852e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeepSkyStacker/DeepSkyStacker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ DeepSkyStacker::DeepSkyStacker() :
QSettings settings;
settings.beginGroup("MainWindow");

if (settings.contains("geometry") && settings.contains("maximised"))
if (settings.contains("geometry"))
{
const QByteArray geometry{ settings.value("geometry").toByteArray() };

Expand Down

0 comments on commit f34852e

Please sign in to comment.