Skip to content

Commit

Permalink
updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
AM-ash-OR-AM-I committed May 6, 2022
1 parent 86e331b commit 5354e44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/screens/SettingsScreen/SettingsScreen.kv
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@
MyListItem:
text:"YouTube Demo"
icon:"youtube"
icon_color:[1,0,0,1]
icon_color:[.8,0,0,1]
on_release:
root.open_youtube_demo()
root.open_web(youtube=True)

MyListItem:
text:"Log out"
Expand Down
2 changes: 1 addition & 1 deletion libs/screens/SettingsScreen/SettingsScreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class SettingsScreen(MDScreen):
content = None
theme_picker = None
YOUTUBE_VIDEO_LINK = ""
YOUTUBE_VIDEO_LINK = "https://www.youtube.com/watch?v=EOkMDc5mZWI&list=PLUdItSprD91ybWz6uxs4zF4Gux_vzdbZh&index=1"
GITHUB_REPO_LINK = "https://github.com/AM-ash-OR-AM-I/Passlock"

def logout(self):
Expand Down

0 comments on commit 5354e44

Please sign in to comment.