Skip to content

dialog.NewProgressInfinite is deprecated, but dialog.NewCustom isn't equivalent #2782

Closed
@e1fueg0

Description

Is your feature request related to a problem? Please describe:

dialog.NewProgressInfinite() uses a trick to get rid of dismiss button, but dialog.NewCustom() doens't give such possibility.

Is it possible to construct a solution with the existing API?

Still use dialog.NewProgressInfinite().

Describe the solution you'd like to see:

The simplest way is to not create dismiss button if dismiss string parameter of dialog.NewCustom() is empty.
Or maybe version like dialog.NewCustomWithButtons() or event expose setButtons() method.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions