forked from len0rd/rockbox
FS#13193 - Add option to disable settings reset on startup
Updated version of the patch originally by user cockroach UNTESTED Ipods?, Iriver H10, I do not own these players so YMMV https://www.rockbox.org/tracker/task/13193 Change-Id: I7924837f582cc5c49ee68c186d6822f577f65147
This commit is contained in:
parent
58bf7c7e6f
commit
ed37c2e894
8 changed files with 75 additions and 11 deletions
|
|
@ -374,7 +374,10 @@
|
|||
sync RDS time
|
||||
& off, on & N/A\\
|
||||
}%
|
||||
|
||||
\opt{clear_settings_on_hold}{
|
||||
clear settings on hold
|
||||
& off, on & N/A\\
|
||||
}%
|
||||
\bottomrule
|
||||
\end{longtable}
|
||||
\end{center}
|
||||
|
|
|
|||
|
|
@ -36,6 +36,19 @@ are run at startup, or initiate a shutdown when conditions are met.
|
|||
to be enabled.
|
||||
\end{description}
|
||||
|
||||
\opt{clear_settings_on_hold}{
|
||||
\subsection{\label{ref:ClearOnHold}Hold switch clears settings on startup }
|
||||
This option controls whether Rockbox clears its configuration if the hold
|
||||
switch is enabled during startup.
|
||||
|
||||
\begin{description}
|
||||
\item[Yes.]
|
||||
Clear the settings if the hold switch is enabled during startup.
|
||||
\item[No.]
|
||||
Do not clear the settings, regardless of the hold switch's position.
|
||||
\end{description}
|
||||
}
|
||||
|
||||
\subsection{\label{ref:IdlePoweroffSetting}Idle Poweroff}
|
||||
Rockbox can be configured to turn off power after the unit has been idle for
|
||||
a defined number of minutes. The \dap{} is idle when playback is stopped or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue