mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
Redesign settings UI in plugin (#886)
This commit is contained in:
@@ -29,13 +29,13 @@ macro_rules! declare_asset {
|
||||
declare_asset!(css, "../../assets/index.css");
|
||||
|
||||
pub fn logo() -> &'static [u8] {
|
||||
static LOGO: &[u8] = include_bytes!("../../assets/logo-512.png");
|
||||
static LOGO: &[u8] = include_bytes!("../../assets/brand_images/logo-512.png");
|
||||
|
||||
LOGO
|
||||
}
|
||||
|
||||
pub fn icon() -> &'static [u8] {
|
||||
static ICON: &[u8] = include_bytes!("../../assets/icon-32.png");
|
||||
static ICON: &[u8] = include_bytes!("../../assets/brand_images/icon-32.png");
|
||||
|
||||
ICON
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user