We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552dbf0 commit 6752a12Copy full SHA for 6752a12
2 files changed
share/kwipe/config/settings.conf
@@ -4,4 +4,5 @@ verify = False
4
update = True
5
exclude = 11,1,252,7
6
7
-[locked]
+[locked]
8
+
share/kwipe/docs/changelog.txt
@@ -177,7 +177,7 @@ Changed removed thread.setPriority from main.py
177
Changed from time.time to time.perf_counter
178
Changed to f'{} style
179
Changed "Creating TableWidget Items" part to use enumerate()
180
-Changed from open() to directio to increase the speed by up to 4 times
+Changed from open().write() to directio.write() to increase the speed by up to 4 times
181
Added exclude devices in settings
182
Updated copyright date
183
Updated donation.ui
0 commit comments