Remove bbolt database dependency
Replaced bbolt-based database handling with Fyne built-in preferences for storing application settings. Deleted migration logic, database initialization, and error handling related to bbolt, simplifying the codebase and reducing external dependencies.
This commit is contained in:
@@ -3,7 +3,4 @@
|
||||
Name = "GUI for FFmpeg"
|
||||
ID = "net.kor-elf.projects.gui-for-ffmpeg"
|
||||
Version = "0.9.0"
|
||||
Build = 4
|
||||
|
||||
[Migrations]
|
||||
fyneDo = true
|
||||
Build = 11
|
||||
|
Reference in New Issue
Block a user