config: Rename dur_file to dur (closes #1032)

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-08-24 15:44:21 +02:00
parent b9742203ee
commit 4e7a599c8a
3 changed files with 21 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ pub const Animation = enum {
matrix,
colormix,
gameoflife,
dur_file,
dur,
lua,
};