-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fedc18c
commit 8ec01f4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule free-loader
updated
13 files
+6 −0 | README.md | |
+ − | assets/screenshots/hidden_games_toggle.jpg | |
+ − | assets/screenshots/hideen_games_list.jpg | |
+43 −24 | defaults/py_modules/deal_db.py | |
+16 −8 | defaults/py_modules/settings.py | |
+8 −3 | main.py | |
+2 −2 | package.json | |
+2 −2 | plugin.json | |
+4 −0 | src/PyCaller.tsx | |
+18 −4 | src/components/FreeGamesPage.tsx | |
+28 −4 | src/components/GamePanel.tsx | |
+30 −0 | src/components/SettingsPanels.tsx | |
+3 −0 | src/components/utils/settings.tsx |