Bump version to 1.6.3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ryan Ward
2026-06-12 14:17:06 -05:00
co-authored by Claude Opus 4.6
parent 4ba9706e35
commit 59cfd0e2f5
152 changed files with 8276 additions and 1664 deletions
+3 -2
View File
@@ -25,7 +25,7 @@ use crate::{
active_theme_kind, FontSettings, FontSettingsChangedEvent, MonospaceFontSize, Settings,
ThemeSettings,
},
themes::theme::{ThemeKind, GalaxyTheme},
themes::theme::{GalaxyTheme, ThemeKind},
ASSETS,
};
@@ -246,7 +246,8 @@ impl AppearanceManager {
return;
};
let ns_data: id = msg_send![class!(NSData), dataWithBytes:icon_data.as_ptr() length:icon_data.len()];
let ns_data: id =
msg_send![class!(NSData), dataWithBytes:icon_data.as_ptr() length:icon_data.len()];
let image: id = msg_send![class!(NSImage), alloc];
let image: id = msg_send![image, initWithData:ns_data];