You've already forked AstralRinth
forked from didirus/AstralRinth
fix lint, labrinth crash
This commit is contained in:
@@ -235,12 +235,9 @@ fn main() {
|
|||||||
dbg!(url);
|
dbg!(url);
|
||||||
});
|
});
|
||||||
|
|
||||||
if let Some(window) = app.get_window("main") {
|
#[cfg(not(target_os = "linux"))]
|
||||||
// Hide window to prevent white flash on startup
|
{
|
||||||
// let _ = window.hide();
|
if let Some(window) = app.get_window("main") {
|
||||||
|
|
||||||
#[cfg(not(target_os = "linux"))]
|
|
||||||
{
|
|
||||||
window.set_shadow(true).unwrap();
|
window.set_shadow(true).unwrap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE team_members ALTER payouts_split TYPE numeric(40, 20);
|
||||||
Reference in New Issue
Block a user