diff options
author | Ken Moore <moorekou@gmail.com> | 2016-07-07 08:29:50 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-07-07 08:29:50 -0400 |
commit | b31111ad07bd95ba1f830a8c320af344d0cb946e (patch) | |
tree | b43bf631a27d0756e9182b06c66416a3d798b642 /src-qt5/core-utils/lumina-config | |
parent | Merge branch 'master' of github.com:trueos/lumina (diff) | |
download | lumina-b31111ad07bd95ba1f830a8c320af344d0cb946e.tar.gz lumina-b31111ad07bd95ba1f830a8c320af344d0cb946e.tar.bz2 lumina-b31111ad07bd95ba1f830a8c320af344d0cb946e.zip |
Remove the "requires restart" message on the Compton page. Active re-loading of the compton configs was already added.
Diffstat (limited to 'src-qt5/core-utils/lumina-config')
-rw-r--r-- | src-qt5/core-utils/lumina-config/pages/page_compton.ui | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src-qt5/core-utils/lumina-config/pages/page_compton.ui b/src-qt5/core-utils/lumina-config/pages/page_compton.ui index 81430819..32c153f7 100644 --- a/src-qt5/core-utils/lumina-config/pages/page_compton.ui +++ b/src-qt5/core-utils/lumina-config/pages/page_compton.ui @@ -29,16 +29,6 @@ <item> <widget class="QPlainTextEdit" name="text_file"/> </item> - <item> - <widget class="QLabel" name="label"> - <property name="text"> - <string>NOTE: The desktop will need to be restarted before changes take effect</string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> </layout> </widget> <resources/> |