Skip to content

Commit

Permalink
Fixed fatal login error
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWisker committed Apr 12, 2023
1 parent b034092 commit 200f3b0
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 8 deletions.
Binary file modified assets/Screenshot_Five.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshot_Four.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshot_One.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshot_Three.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshot_Two.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = web-greeter-theme-shikai
pkgdesc = Modern lightdm webkit2 theme
pkgver = 1.3.0
pkgrel = 4
pkgver = 1.3.1
pkgrel = 5
url = https://github.com/TheWisker/Shikai
arch = any
license = GPL
Expand Down
4 changes: 2 additions & 2 deletions aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Wisker <[email protected]>
pkgname=web-greeter-theme-shikai
pkgbase=web-greeter-theme-shikai
pkgver=1.3.0
pkgrel=4
pkgver=1.3.1
pkgrel=5
pkgdesc="Modern lightdm webkit2 theme"
arch=('any')
url="https://github.com/TheWisker/Shikai"
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shikai",
"version": "1.3.0",
"version": "1.3.1",
"description": "Modern lightdm webkit2 theme",
"keywords": [
"lightdm",
Expand Down
1 change: 1 addition & 0 deletions src/js/Components/LoginWindow/Userbar/Session.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default connect(
(state) => {return {
user: state.runtime.user,
name: state.runtime.session.name,
lang: state.settings.behaviour.language,
hidden: !state.settings.behaviour.session,
color: state.settings.style.userbar.session.color,
radius: state.settings.style.userbar.session.radius,
Expand Down

0 comments on commit 200f3b0

Please sign in to comment.