Compare commits
No commits in common. "2f23e63349a715317ddbbd18f5d51346cd8a52ea" and "d90c86c894081e223b7bf0b5aa0138790f227487" have entirely different histories.
2f23e63349
...
d90c86c894
4 changed files with 352 additions and 493 deletions
840
Cargo.lock
generated
840
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mpd_info_screen"
|
name = "mpd_info_screen"
|
||||||
version = "0.4.10"
|
version = "0.4.9"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Displays info on currently playing music from an MPD daemon"
|
description = "Displays info on currently playing music from an MPD daemon"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -87,7 +87,6 @@ fn main() -> Result<(), String> {
|
||||||
})
|
})
|
||||||
.window_mode(WindowMode {
|
.window_mode(WindowMode {
|
||||||
resizable: true,
|
resizable: true,
|
||||||
resize_on_scale_factor_change: true,
|
|
||||||
..Default::default()
|
..Default::default()
|
||||||
})
|
})
|
||||||
.build()
|
.build()
|
||||||
|
|
Loading…
Reference in a new issue