lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

New option to always prompt on exit #311

Closed tombriden closed 6 years ago

tombriden commented 7 years ago

Shows a Yes/No dialog before quitting, if configured. Defaults to off for existing behaviour.

lanoxx commented 6 years ago

This is a nice patch. Coincidentally I have been working on a similar feature but on a per-tab basis. I had not yet implemented the check on quit option as you did, so I have not yet merged my patch. This means your patch fits wonderfully with my previous work. I have rebased your patch on top of my branch and merged it with some small adjustments to reuse the construction of the dialog widget.

Thank you very much for your contribution.