mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-11 03:57:39 +00:00
Make the Latest and installed version labels dynamic
This commit is contained in:
@@ -386,6 +386,8 @@ struct NetworkLibraryVersionInfo {
|
||||
bool is_latest;
|
||||
std::string warning;
|
||||
bool is_discovered;
|
||||
// Whether the versioned library file for this entry is present on disk.
|
||||
bool is_installed = false;
|
||||
|
||||
static NetworkLibraryVersionInfo from_static(const NetworkLibraryVersion& v) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user