Update render.rs

This commit is contained in:
Kinrany 2019-07-20 23:40:30 +03:00 committed by GitHub
parent 112a3473d0
commit 3e39ac7188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -885,7 +885,7 @@ function hideThemeButtonState() {{
themePicker.style.borderBottomRightRadius = "0";
themePicker.style.borderBottomLeftRadius = "0";
}}
function switchThemeButtonState() {{
if (themes.style.display === "block") {{
showThemeButtonState();