https://bugs.kde.org/show_bug.cgi?id=506317
--- Comment #7 from [email protected] --- (In reply to Nate Graham from comment #2) > Do you see this if you click the "Defaults" button in the config window? > What about if you remove ~/.config/spectaclerc and restart spectacle? Nope and nope. > preferredVideoFormat=0 Same for me. I am pretty sure what happens is someone at some point added check like "if (param == "") || (param == nullptr) { format = defaultFormat; }" and then there's something like "switch format { case webm:; case mp4:; case default:; }" and 0 isn't handled by anything. BUT someone at some point also added writing "default" option to config file on save and default option for format was zero value of integer (which is 0) instead of "nothing". -- You are receiving this mail because: You are watching all bug changes.
