Skip to content

Commit

Permalink
fix: Settings panel doesn't work and breaks entire UI #442
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Apr 15, 2024
1 parent a23a855 commit 34e3a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions common/views/Settings/Settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@
</div>
<div class='pointer my-5 rounded' use:click={loginButton}>
<div class='px-20 py-10 d-flex'>
{#if !anilistClient.userID?.viewer?.data?.Viewer}
<span class='material-symbols-outlined font-size-24 pr-10 d-inline-flex justify-content-center align-items-center'>login</span>
<div class='font-size-16'>Login With AniList</div>
{#if anilistClient.userID?.viewer?.data?.Viewer}
<span class='material-symbols-outlined rounded mr-10'>
<img src={anilistClient.userID.viewer.data.Viewer.avatar.medium} class='h-30 rounded' alt='logo' />
</span>
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Miru",
"version": "5.0.9",
"version": "5.0.10",
"private": true,
"author": "ThaUnknown_ <[email protected]>",
"description": "Stream anime torrents, real-time with no waiting for downloads.",
Expand Down

0 comments on commit 34e3a39

Please sign in to comment.