1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 10:41:03 +02:00
ironbar/src
Jake Stanger 80de5dd824
fix: some modules crashing due to recent gtk refactor
Fixes a crash introduced by commit bea442e where the `await_sync` function incorrectly tried to use the current tokio runtime, which it is often outside, instead of the singleton.

Fixes #382
2023-12-24 13:44:38 +00:00
..
clients refactor: fix casting based clippy warnings 2023-12-18 22:09:21 +00:00
config refactor: update gtk/glib, remove glib channels 2023-12-18 22:09:21 +00:00
dynamic_value refactor: update gtk/glib, remove glib channels 2023-12-18 22:09:21 +00:00
image refactor: update gtk/glib, remove glib channels 2023-12-18 22:09:21 +00:00
ipc refactor: update gtk/glib, remove glib channels 2023-12-18 22:09:21 +00:00
modules refactor: fix casting based clippy warnings 2023-12-18 22:09:21 +00:00
bar.rs refactor: update gtk/glib, remove glib channels 2023-12-18 22:09:21 +00:00
cli.rs refactor: begin restructuring core code to better encapsulate 2023-12-08 22:39:27 +00:00
desktop_file.rs refactor: fix new clippy warning 2023-10-17 20:22:19 +01:00
error.rs feat(config): use default fallback with config instructions 2023-07-04 17:38:39 +01:00
gtk_helpers.rs feat(ipc): commands for opening/closing popups 2023-07-16 19:15:55 +01:00
ironvar.rs refactor: begin restructuring core code to better encapsulate 2023-12-08 22:39:27 +00:00
logging.rs feat(logging): include line numbers 2023-05-04 20:07:46 +01:00
macros.rs refactor: update gtk/glib, remove glib channels 2023-12-18 22:09:21 +00:00
main.rs fix: some modules crashing due to recent gtk refactor 2023-12-24 13:44:38 +00:00
popup.rs refactor: update gtk/glib, remove glib channels 2023-12-18 22:09:21 +00:00
script.rs refactor: fix new clippy warnings 2023-10-19 21:12:19 +01:00
style.rs refactor: update gtk/glib, remove glib channels 2023-12-18 22:09:21 +00:00