mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-12-21 19:20:06 +01:00
👌 Tweak text
This commit is contained in:
@@ -88,7 +88,7 @@ struct PhpExtensionManagerView: View {
|
|||||||
.resizable()
|
.resizable()
|
||||||
.frame(width: 24, height: 20)
|
.frame(width: 24, height: 20)
|
||||||
.foregroundColor(bExtension.hasAlternativeInstall ? Color.gray : Color.blue)
|
.foregroundColor(bExtension.hasAlternativeInstall ? Color.gray : Color.blue)
|
||||||
}.frame(width: 48, height: 24)
|
}.frame(width: 36, height: 24)
|
||||||
|
|
||||||
VStack(alignment: .leading, spacing: 3) {
|
VStack(alignment: .leading, spacing: 3) {
|
||||||
HStack {
|
HStack {
|
||||||
@@ -104,7 +104,7 @@ struct PhpExtensionManagerView: View {
|
|||||||
.foregroundStyle(.secondary)
|
.foregroundStyle(.secondary)
|
||||||
} else {
|
} else {
|
||||||
if bExtension.hasAlternativeInstall {
|
if bExtension.hasAlternativeInstall {
|
||||||
Text("This external extension cannot be managed by PHP Monitor.")
|
Text("This extension is already installed via another source, and cannot be managed.")
|
||||||
.font(.system(size: 11))
|
.font(.system(size: 11))
|
||||||
.foregroundStyle(.orange)
|
.foregroundStyle(.orange)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user