Skip to content

Commit 7d26335

Browse files
Fix config file help, remove stray dbg
1 parent 61aae04 commit 7d26335

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

share/tiny-dfr/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EnablePixelShift = false
1818
# Set this to the fontconfig pattern to be used to pick a font for text labels
1919
# Some examples are:
2020
# "" - default regular sans-serif font
21-
# ":bold" - default regular sans-serif font
21+
# ":bold" - default bold sans-serif font
2222
# For full reference on accepted values see the fontconfig user guide,
2323
# section "Font Names"
2424
# https://www.freedesktop.org/software/fontconfig/fontconfig-user.html

src/pixel_shift.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ impl PixelShiftManager {
8484
if self.pixel_progress == 0 || self.pixel_progress >= PIXEL_SHIFT_WIDTH_PX {
8585
self.state = ShiftState::WaitingAtEnd;
8686
self.direction = -self.direction;
87-
dbg!(self.direction);
8887
}
8988
}
9089
},

0 commit comments

Comments
 (0)