FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
212 stars 49 forks source link

Layout settings fixes #124

Closed s0600204 closed 6 years ago

s0600204 commented 6 years ago

Summary:

  1. ~Provide missing default value~ Remove mention of defunct option from UI;
  2. Resolve name conflict with variable layout in application.py;
  3. Find the correct choice in the settings page.

(See commit messages for details)

FrancescoCeruti commented 6 years ago

Hi, thanks for the help!

About the missing "autoAddPage", the bug is actually that the option is still present in the UI, in fact that option has no longer any effect. I've never notice the problem because I forgot to bump the config _version_ (to 1.1).

If you can remove both, the value and the option in the UI, it would be perfect :)