Allow uploading of files and folders.
This commit is contained in:
@@ -183,6 +183,9 @@ class UserPreferences(db.Model):
|
||||
time_format = db.Column(db.String(10), default='24h')
|
||||
time_format_24h = db.Column(db.Boolean, default=True) # True for 24h, False for 12h
|
||||
|
||||
# Note preview preferences
|
||||
note_preview_font = db.Column(db.String(50), default='system') # system, serif, sans-serif, monospace, etc.
|
||||
|
||||
# Time tracking preferences
|
||||
time_rounding_minutes = db.Column(db.Integer, default=0) # 0, 5, 10, 15, 30, 60
|
||||
round_to_nearest = db.Column(db.Boolean, default=False) # False=round down, True=round to nearest
|
||||
|
||||
Reference in New Issue
Block a user