Skip to content
Snippets Groups Projects
Unverified Commit 3a36d9c6 authored by meskio's avatar meskio :tent:
Browse files

[feat] remove the donation dialog if not set in the providers.json

- Resolves: 336
parent 562af910
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,9 @@ func InitializeBitmaskContext(opts *InitOpts) {
ctx.LoginDialog = ctx.bm.NeedsCredentials()
go ctx.updateStatus()
}
runDonationReminder()
if ctx.AskForDonations {
runDonationReminder()
}
}
func RefreshContext() *C.char {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment