Skip to content

Commit 0a50dce

Browse files
committed
model missing use_sdl2 key, might error if upgrade without altering config
1 parent 15cda7a commit 0a50dce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/picframe/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'display_h': None,
3333
'display_power': 0,
3434
'use_glx': False, # default=False. Set to True on linux with xserver running
35+
'use_sdl2': False,
3536
'test_key': 'test_value',
3637
'mat_images': True,
3738
'mat_type': None,

0 commit comments

Comments
 (0)