Adjust shortcut text style

This commit is contained in:
Jeremy Soller 2025-06-27 11:44:40 -06:00
parent 4a41aa1d86
commit cf9c0c51ae
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
3 changed files with 44 additions and 35 deletions

View file

@ -2866,8 +2866,6 @@ impl Application for App {
fn subscription(&self) -> Subscription<Self::Message> {
struct ConfigSubscription;
struct TerminalEventSubscription;
struct ThemeSubscription;
struct ThemeModeSubscription;
Subscription::batch([
event::listen_with(|event, _status, _window_id| match event {