mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
fix: fixed save preset bug
This commit is contained in:
parent
ca1bb86e76
commit
1002880af7
@ -134,6 +134,7 @@
|
||||
}
|
||||
|
||||
#modal-import-preset div,
|
||||
#modal-new-preset div,
|
||||
#modal-export-preset div {
|
||||
background-color: #333;
|
||||
}
|
||||
|
@ -187,7 +187,7 @@
|
||||
</ul>
|
||||
|
||||
<!-- Add a preset modal -->
|
||||
<div id=" modal-new-preset" uk-modal>
|
||||
<div id="modal-new-preset" uk-modal>
|
||||
<div class="uk-modal-dialog uk-modal-body">
|
||||
<h2 class="uk-modal-title">Save current settings to preset</h2>
|
||||
<p>The current settings will be saved to a new preset. Give it a name then you'll be able to reapply it fastly from the preset tab.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user