Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
merge develop into master

See merge request Scientific-IT-Systems/gr!1056
  • Loading branch information
jheinen committed Apr 24, 2023
2 parents 9865042 + 56d1812 commit cbce9bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/grm/grplot/grplot.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ int main(int argc, char **argv)
GRPlotMainWindow window(argc, argv);

window.show();
window.hide();
if (strcmp(argv[1], "--listen") == 0)
{
window.hide();
}

return app.exec();
}
Expand Down

0 comments on commit cbce9bb

Please sign in to comment.