Skip to content

Commit

Permalink
fix lint, labrinth crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Dec 24, 2024
1 parent 9952c3a commit 5b00ac1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions apps/app/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,9 @@ fn main() {
dbg!(url);
});

if let Some(window) = app.get_window("main") {
// Hide window to prevent white flash on startup
// let _ = window.hide();

#[cfg(not(target_os = "linux"))]
{
#[cfg(not(target_os = "linux"))]
{
if let Some(window) = app.get_window("main") {
window.set_shadow(true).unwrap();
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE team_members ALTER payouts_split TYPE numeric(40, 20);

0 comments on commit 5b00ac1

Please sign in to comment.