MCPcopy Create free account
hub / github.com/FlashpointProject/FlashpointUltimateUpdater / openWaitScreen

Function openWaitScreen

main.go:774–784  ·  view source on GitHub ↗
(message string, w fyne.Window)

Source from the content-addressed store, hash-verified

772}
773
774func openWaitScreen(message string, w fyne.Window) {
775 // Create a dialog to show the operation status
776 progressBar := widget.NewProgressBarInfinite()
777 dialogContent := container.NewCenter(
778 container.NewVBox(
779 widget.NewLabel(message),
780 progressBar),
781 )
782
783 w.SetContent(dialogContent)
784}
785
786func showProgressScreen(message string, w fyne.Window, progressData binding.Float) {
787 // Create a dialog to show the operation status

Callers 2

mainLayoutFunction · 0.85
loadDatabaseResumeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected