Bump version to 1.6.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
4ba9706e35
commit
59cfd0e2f5
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user