Skip to content

Commit

Permalink
Add "mode" attribute to default appsettings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Jan 13, 2024
1 parent 9645112 commit 14fa24e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NAPS2.Setup/appsettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<StartupMessageTitle></StartupMessageTitle>
<StartupMessageText></StartupMessageText>
<StartupMessageIcon>Information</StartupMessageIcon>
<ScanButtonDefaultAction>ScanWithDefaultProfile</ScanButtonDefaultAction>
<SaveButtonDefaultAction>SaveAll</SaveButtonDefaultAction>
<ScanButtonDefaultAction mode="default">ScanWithDefaultProfile</ScanButtonDefaultAction>
<SaveButtonDefaultAction mode="default">SaveAll</SaveButtonDefaultAction>
<HideOcrButton>false</HideOcrButton>
<HideImportButton>false</HideImportButton>
<HideSavePdfButton>false</HideSavePdfButton>
Expand All @@ -23,9 +23,9 @@
<NoUpdatePrompt>false</NoUpdatePrompt>
<NoDebugLogging>false</NoDebugLogging>
<NoScannerSharing>false</NoScannerSharing>
<DeleteAfterSaving>false</DeleteAfterSaving>
<DeleteAfterSaving mode="default">true</DeleteAfterSaving>
<DisableSaveNotifications>false</DisableSaveNotifications>
<SingleInstance>false</SingleInstance>
<SingleInstance mode="default">false</SingleInstance>
<ComponentsPath></ComponentsPath>
<OcrTimeoutInSeconds>600</OcrTimeoutInSeconds>
<OcrState>UserConfig</OcrState>
Expand Down

0 comments on commit 14fa24e

Please sign in to comment.