mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
Allow Save config as hiddenroom attribute additionally to save
git-svn-id: https://svn.fhem.de/fhem/trunk@3009 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
71623f47bc
commit
dd8e8dabe7
@ -877,7 +877,7 @@ FW_roomOverview($)
|
||||
# MENU
|
||||
my (@list1, @list2);
|
||||
push(@list1, ""); push(@list2, "");
|
||||
if(!$FW_hiddenroom{save}) {
|
||||
if(!$FW_hiddenroom{save} && !$FW_hiddenroom{"Save config"}) {
|
||||
push(@list1, "Save config"); push(@list2, "$FW_ME?cmd=save");
|
||||
push(@list1, ""); push(@list2, "");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user