Skip to content

Commit

Permalink
model missing use_sdl2 key, might error if upgrade without altering c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
paddywwoof committed Sep 23, 2024
1 parent 15cda7a commit 0a50dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/picframe/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'display_h': None,
'display_power': 0,
'use_glx': False, # default=False. Set to True on linux with xserver running
'use_sdl2': False,
'test_key': 'test_value',
'mat_images': True,
'mat_type': None,
Expand Down

0 comments on commit 0a50dce

Please sign in to comment.