mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
HTML standalone exporter: use Subsurface dive numbers
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d11b3743eb
commit
6ad3453af0
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ int main(int argc, char **argv)
|
|||
hes.selectedOnly = false;
|
||||
hes.listOnly = false;
|
||||
hes.yearlyStatistics = true;
|
||||
hes.subsurfaceNumbers = true;
|
||||
exportHtmlInitLogic(output, hes);
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue