mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
Comment HPET settings for now as it won't work when the app is packaged.
This commit is contained in:
parent
42f01ff578
commit
69c409e9c2
@ -104,7 +104,7 @@
|
||||
<label><input class="uk-checkbox" type="checkbox" id="apply_last_settings_on_launch"> When checked, Ryzen Controller will try to apply latest used settings on launch.</label>
|
||||
<h3>Minimize to tray:</h3>
|
||||
<label><input class="uk-checkbox" type="checkbox" id="minimize_to_tray"> When checked, Ryzen Controller will minimize to tray instead of taskbar.</label>
|
||||
<h3 class="windows-only">HPET:</h3>
|
||||
<!-- <h3 class="windows-only">HPET:</h3>
|
||||
<p class="uk-margin windows-only">
|
||||
High Precision Event Timer: Allow application to get time with precision below microseconds, but is slower than most other other timer facilities.<br/>
|
||||
Try running benchmark with and without to see if you get any difference.<br/>
|
||||
@ -114,7 +114,7 @@
|
||||
<p class="uk-margin windows-only">
|
||||
<button class="uk-button uk-button-primary" onClick="toggleHpet('true')">Enable</button>
|
||||
<button class="uk-button uk-button-secondary" onClick="toggleHpet('false')">Disable</button>
|
||||
</p>
|
||||
</p> -->
|
||||
<h3>Re-apply ryzenadj periodically:</h3>
|
||||
<p>Ryzen Controller will re-apply ryzenadj every X seconds. Set to 0 to disable.</p>
|
||||
<div class="uk-grid-small" uk-grid>
|
||||
|
Loading…
Reference in New Issue
Block a user