changed default to ask user for filename, and default dir to userprofile
This commit is contained in:
parent
de3c208fc4
commit
f1c5f54f42
@ -30,10 +30,10 @@
|
||||
<applicationSettings>
|
||||
<PdfScribe.Properties.Settings>
|
||||
<setting name="OutputFile" serializeAs="String">
|
||||
<value>%Temp%\PDFSCRIBE.PDF</value>
|
||||
<value>%UserProfile%\PDFSCRIBE.PDF</value>
|
||||
</setting>
|
||||
<setting name="AskUserForOutputFilename" serializeAs="String">
|
||||
<value>False</value>
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</PdfScribe.Properties.Settings>
|
||||
</applicationSettings>
|
||||
|
Loading…
Reference in New Issue
Block a user