view Common/Drivers/CMSIS/index.html @ 210:b2a9e9b02df0
cv-persistent
New feature: make selected customviews persistent
Add the set of selected customviews during dive time to the
persistent settings. Nothing has changed to the menu, so a user
still has to access the on/off page from the simulator or during
an actual dive, but once changed here, the settings are preserved
for later dives. It feels a bit as waste of menu space to add a second
page for something that is already available. And further, I have to
admit the adding a page is rather complex to get the navigation right,
so that is a 2nd argument not to add a page.
Further, getting this one setting saved to the persist
preferences is a bit of a hack. Misused an existing global bool
value (WriteSettings) to force a actual write despite not being
in surface mode.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author
Jan Mulder <jlmulder@xs4all.nl>
date
Tue, 26 Mar 2019 13:00:15 +0100 (2019-03-26)
parents
c78bcbd5deda
children
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">+ −
<html xmlns="http://www.w3.org/1999/xhtml">+ −
<head>+ −
<title>Redirect to the CMSIS main page after 0 seconds</title>+ −
<meta http-equiv="refresh" content="0; URL=Documentation/General/html/index.html">+ −
<meta name="keywords" content="automatic redirection">+ −
</head>+ −
+ −
<body>+ −
+ −
If the automatic redirection is failing, click <a href="Documentation/General/html/index.html">open CMSIS Documentation</a>.+ −
+ −
</body>+ −
</html>+ −