Commit graph

8 commits

Author SHA1 Message Date
tfuxu
df0a5ac009 fix: comment out self.on_apply_button() in get_default_wallpaper func to get rid of error toast on startup when build in Flatpak
* set tooltip text in monet_file_chooser_button
* update copyright in window.py and add one in plugin_row.py
* update local.sh and fix 'user' rule in Makefile
* replace all remaining print() to buglog(), and redirect to to_slug_case in utils.py
2022-08-23 21:34:47 +02:00
tfuxu
e9ad48f100 feat: move utility functions to modules/utils.py and create a new function: buglog
For now I've moved only buglog and to_slug_case here, but a general purpose of this file is to move any redundant/utility code here as a function, so it can be easily used between other modules.

* replace print() in a codebase with new buglog() function
2022-08-23 21:28:55 +02:00
AdwCustomizer
ad4a212beb ci: autopep8 action fixes 2022-08-19 19:33:02 +00:00
0xMRTT
a4ddd50bfd
feat: add plugin reload 2022-08-19 20:54:44 +02:00
0xMRTT
db6d3c23df
feat: add callback 2022-08-19 20:49:04 +02:00
0xMRTT
4a8683abe2
feat: update plugin row 2022-08-19 15:29:52 +02:00
0xMRTT
68b6f4a95e
feat: add plugin list (WIP) 2022-08-19 14:44:02 +02:00
0xMRTT
7f7c31cfcf
feat: add plugin row 2022-08-19 14:23:26 +02:00