fix: improvements to drawer, auto show / hide on lower resolutions

This commit is contained in:
Joshua Strobl 2024-10-03 11:57:11 +03:00
parent adf12cb1fc
commit 3e575bb3d8
3 changed files with 97 additions and 83 deletions

View file

@ -3,9 +3,6 @@
#include <QList>
#include <QString>
#include <QUuid>
#include <filesystem>
namespace fs = std::filesystem;
class KotoArtist;
class KotoAlbum;