Add tests for MoonrakerSocketManager, some UI changes in front-end

This commit is contained in:
Madeline Pace
2023-05-24 13:35:51 -04:00
parent 0f0d0c0628
commit e04a6bc31f
8 changed files with 146 additions and 75 deletions

View File

@@ -38,7 +38,7 @@ struct PrinterConfigView: View {
printerManager.connectToBonjourEndpoint(result.endpoint)
} label: {
Text("Connect")
.foregroundColor(.white)
//.foregroundColor(.white)
.padding()
}
}

View File

@@ -83,7 +83,7 @@ struct SoyuzMenuBarExtraView: View {
openWindow(id: "soyuz_cfg")
} label: {
Text("Printers")
.foregroundColor(.white)
.foregroundColor(Color("ButtonForegroundColor"))
}
Spacer()
if(printerManager.isConnected) {