mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Show the datafile name even with no dives
That's especially useful if starting without a filename and without an existing default file - this way it's clear that Subsurface still considers itself synced with the default file. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cc42debb88
commit
0d637c2fa9
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -246,7 +246,7 @@ int main(int argc, char **argv)
|
|||
set_filename(filename, FALSE);
|
||||
}
|
||||
report_dives(imported);
|
||||
|
||||
show_dive_info(NULL);
|
||||
run_ui();
|
||||
exit_ui();
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue