chore: temporary host disabled editing

This commit is contained in:
hstyi
2025-07-08 20:13:28 +08:00
committed by hstyi
parent a4ae11e301
commit 9a4d6f7f4d

View File

@@ -208,7 +208,7 @@ internal class TransportTabbed(
}
})
edit.isEnabled = clone.isEnabled
edit.isEnabled = clone.isEnabled && panel.host.isTemporary.not()
popupMenu.show(this, e.x, e.y)
}