We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61aae04 commit 7d26335Copy full SHA for 7d26335
2 files changed
share/tiny-dfr/config.toml
@@ -18,7 +18,7 @@ EnablePixelShift = false
18
# Set this to the fontconfig pattern to be used to pick a font for text labels
19
# Some examples are:
20
# "" - default regular sans-serif font
21
-# ":bold" - default regular sans-serif font
+# ":bold" - default bold sans-serif font
22
# For full reference on accepted values see the fontconfig user guide,
23
# section "Font Names"
24
# https://www.freedesktop.org/software/fontconfig/fontconfig-user.html
src/pixel_shift.rs
@@ -84,7 +84,6 @@ impl PixelShiftManager {
84
if self.pixel_progress == 0 || self.pixel_progress >= PIXEL_SHIFT_WIDTH_PX {
85
self.state = ShiftState::WaitingAtEnd;
86
self.direction = -self.direction;
87
- dbg!(self.direction);
88
}
89
90
},
0 commit comments