mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
Frontend fixes/improvements (#2950)
* fix Tor logs actually fetching od logs * chore: switch from `mime-types` to `mime` for browser environment support (#2951) * change V2 s9pk title to Legacy * show warning for domains when not public, disable launch too --------- Co-authored-by: Alex Inkin <alexander@inkin.ru> Co-authored-by: Mariusz Kogen <k0gen@pm.me>
This commit is contained in:
@@ -190,7 +190,7 @@ impl TryFrom<ManifestV1> for Manifest {
|
||||
let default_url = value.upstream_repo.clone();
|
||||
Ok(Self {
|
||||
id: value.id,
|
||||
title: format!("{} (Compatibility Mode)", value.title).into(),
|
||||
title: format!("{} (Legacy)", value.title).into(),
|
||||
version: ExtendedVersion::from(
|
||||
exver::emver::Version::from_str(&value.version)
|
||||
.with_kind(ErrorKind::Deserialization)?,
|
||||
|
||||
Reference in New Issue
Block a user