summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-07-05 15:01:22 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-07-12 14:00:56 +0200
commit04b1afb9da8937df70debd42828795f9b26010ce (patch)
tree04321762cc7e1b4b2acc736026cb33bcd84cc9d3 /setup.h
parent48150be14748717830e42afd548925fde1ef9916 (diff)
downloadskin-nopacity-04b1afb9da8937df70debd42828795f9b26010ce.tar.gz
skin-nopacity-04b1afb9da8937df70debd42828795f9b26010ce.tar.bz2
Rework Setup
Since the settings are theme-specific and the theme is only known if this skin is active, changes were not applied if another skin was active. As a result of this change, the settings of this skin can only be changed if this skin is active. Otherwise there is a note about it. In addition, some setup entries have been rearranged.
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.h b/setup.h
index cedb794..a891978 100644
--- a/setup.h
+++ b/setup.h
@@ -7,8 +7,9 @@
class cNopacitySetup : public cMenuSetupPage {
public:
cNopacitySetup(void);
- virtual ~cNopacitySetup();
+ virtual ~cNopacitySetup(void);
private:
+ bool isNopacity = false;
cNopacityConfig tmpConf;
cStringList fontNames;
void Setup(void);