Skip to content

Commit

Permalink
update setting container snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
haidang666 committed Oct 12, 2021
1 parent c16fffd commit 3f82ebc
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,35 @@ exports[`Settings view container should render settings 1`] = `
<label />
</div>
</div>
<div
class="settings_item boolean"
>
<span
class="settings_item_text"
>
<label
class="settings_item_name"
>
discord-rich-presence
</label>
</span>
<div
class="spacer"
/>
<div
class="ui checked fitted toggle checkbox"
>
<input
checked=""
class="hidden"
readonly=""
tabindex="0"
type="radio"
value=""
/>
<label />
</div>
</div>
<div
class="settings_item boolean"
>
Expand Down

0 comments on commit 3f82ebc

Please sign in to comment.