You've already forked AstralRinth
forked from didirus/AstralRinth
Bug fixes (#406)
* skip duplicates * slash, exports * fullscreen, exports * more bugs * fixed mac title bar * filters should go to top of page when changed * mac err, loading bars * temporary comments * moving to mac * bug fixes, fmt, prettier * review fixes * rev fixes
This commit is contained in:
@@ -35,7 +35,6 @@ async fn toggle_decorations(b: bool, window: tauri::Window) -> api::Result<()> {
|
||||
e
|
||||
)))
|
||||
})?;
|
||||
println!("Toggled decorations!");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
@@ -97,8 +96,6 @@ fn main() {
|
||||
}
|
||||
#[cfg(target_os = "macos")]
|
||||
{
|
||||
win.set_decorations(true).unwrap();
|
||||
|
||||
use macos::window_ext::WindowExt;
|
||||
win.set_transparent_titlebar(true);
|
||||
win.position_traffic_lights(9.0, 16.0);
|
||||
|
||||
Reference in New Issue
Block a user