Added an "autosave" option that assumes you wish to save the current
picture during Quit. (Additionally, after saving during Quit or Open, it no longer shows 'success' pop-up that must be dismissed.) (Addresses SourceForge RFE #1680500)
This commit is contained in:
parent
839776e2e3
commit
5dffed81d0
5 changed files with 63 additions and 12 deletions
|
|
@ -413,6 +413,12 @@ New Breed Software</p>
|
|||
fun, or in a test environment.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>autosave=yes</b></code></dt>
|
||||
<dt>
|
||||
This prevents Tux Paint from asking whether you want to save
|
||||
the current picture when quitting, and assumes you do.
|
||||
</dt>
|
||||
|
||||
<dt><code><b>startblank=yes</b></code</dt>
|
||||
<dd>
|
||||
This causes Tux Paint to display a blank canvas when it first
|
||||
|
|
@ -886,6 +892,7 @@ New Breed Software</p>
|
|||
--saveover<br>
|
||||
--saveovernew<br>
|
||||
--nosave<br>
|
||||
--autosave<br>
|
||||
--lang <i>LANGUAGE</i><br>
|
||||
</b></code></dt>
|
||||
<dd>
|
||||
|
|
@ -919,6 +926,7 @@ New Breed Software</p>
|
|||
--mouse<br>
|
||||
--saveoverask<br>
|
||||
--save<br>
|
||||
--noautosave<br>
|
||||
</b></code></dt>
|
||||
<dd>
|
||||
These options can be used to override any settings made in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue