dialogos-project / dialogos

The DialogOS dialog system.
https://www.dialogos.app
GNU General Public License v3.0
20 stars 7 forks source link

opening a dialogue from cli should suppress initial window #193

Closed akoehn closed 5 years ago

akoehn commented 5 years ago

The "new dialogue / open from file" window is opened even when a dialogue file is specified from the command line. This is especially confusing as closing that window exits DialogOS; one has to open a new dialogue and close that one again to get rid of the initial window.

To reproduce, run dialogos from command line: bin/dialogos-distribution somefile.dos only the dialogue saved in somefile.dos should be shown, but the initial file open window is shown as well.