Compare commits

..

No commits in common. "2f23e63349a715317ddbbd18f5d51346cd8a52ea" and "d90c86c894081e223b7bf0b5aa0138790f227487" have entirely different histories.

4 changed files with 352 additions and 493 deletions

840
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package]
name = "mpd_info_screen"
version = "0.4.10"
version = "0.4.9"
edition = "2021"
description = "Displays info on currently playing music from an MPD daemon"
license = "MIT"

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021-2024 Stephen Seo
Copyright (c) 2021-2022 Stephen Seo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -87,7 +87,6 @@ fn main() -> Result<(), String> {
})
.window_mode(WindowMode {
resizable: true,
resize_on_scale_factor_change: true,
..Default::default()
})
.build()