Use new PCN format for settings config file

This commit is contained in:
miruka
2020-10-07 20:12:32 -04:00
parent 6ce3059322
commit db12036372
52 changed files with 1305 additions and 409 deletions

View File

@@ -55,7 +55,7 @@ HColumnLayout {
Timer {
id: osdHideTimer
interval: window.settings.media.autoHideOSDAfterMsec
interval: window.settings.Chat.Files.autohide_image_controls_after
onTriggered: osd.showup = false
}