delete unknown json objects + write missing objects to config file
This commit is contained in:
@@ -70,10 +70,7 @@ PageBase {
|
||||
}
|
||||
]
|
||||
|
||||
onSelected: item => {
|
||||
Config.screenshot.mode = item.value;
|
||||
Config.save();
|
||||
}
|
||||
onSelected: item => Config.screenshot.mode = item.value
|
||||
}
|
||||
|
||||
SectionHeader {
|
||||
|
||||
Reference in New Issue
Block a user