Skip to content

Commit

Permalink
fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jun 8, 2024
1 parent b7091af commit ae0313b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontends/rioterm/src/sequencer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,7 @@ impl Sequencer {
{
// This is a hacky solution to force an update to the window on linux
// Fix is only for windows with opacity that aren't being computed at all
if self.config.window.opacity < 1.
|| self.config.window.blur
{
if self.config.window.opacity < 1. || self.config.window.blur {
for (_id, route) in self.router.routes.iter_mut() {
route.update_config(
&self.config,
Expand Down

0 comments on commit ae0313b

Please sign in to comment.