Skip to content

Commit

Permalink
Keep the default file format to be 0, after some feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic committed Apr 18, 2023
1 parent a8b17a4 commit caf8642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-electron/util/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const zapBaseUrl = 'http://localhost:'

import { VersionType, ErrorType } from '../types/env-types'

let saveFileFormat = 1
let saveFileFormat = 0

export function setSaveFileFormat(n: number) {
saveFileFormat = n
Expand Down

0 comments on commit caf8642

Please sign in to comment.