readonly: fix condition showing readonly checkbox

Non dynamic partition devices need this if accidentally
turned off.

Change-Id: I0a212a8fc6446dfa6d82cf1103f4e4e80e680f89
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml
index bb78085..831a434 100755
--- a/gui/theme/common/landscape.xml
+++ b/gui/theme/common/landscape.xml
@@ -2582,7 +2582,7 @@
 
 			<button style="checkbox">
 				<conditions>
-					<condition var1="tw_mount_system_ro" op="!=" var2="0"/>
+					<condition var1="tw_mount_system_ro" op="=" var2="0"/>
 					<condition var1="tw_is_super" op="=" var2="0"/>
 				</conditions>
 				<placement x="%col1_x_left%" y="%row14_y%" textplacement="6"/>