impr: Display friendly disk name as the tab title of the disk provider

This commit is contained in:
WerWolv
2023-10-17 10:22:56 +02:00
parent 88b2f60291
commit 8821f75e6b
2 changed files with 20 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ namespace hex::plugin::builtin {
std::set<DriveInfo> m_availableDrives;
std::fs::path m_path;
std::string m_friendlyName;
#if defined(OS_WINDOWS)
HANDLE m_diskHandle = INVALID_HANDLE_VALUE;