Skip to content

Commit

Permalink
chore: Autosave will be disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Oct 15, 2023
1 parent b636c8f commit 002dc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biscuit/core/settings/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, master) -> None:
self.font=("Consolas", 13)
self.uifont = ("Segoi UI", 10)

self.auto_save_enabled = True
self.auto_save_enabled = False
self.auto_save_timer_ms = 10000

# TODO loading config from user settings
Expand Down

0 comments on commit 002dc2c

Please sign in to comment.