-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added customize option for sync interval #7926
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks! I have left a few comments which are just nitpicks
/backport to stable-3.16 |
Hi! I've fixed the issues you mentioned. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, some last formatting nitpicks
24ecf53
to
a87271e
Compare
No worries, I carried out the changes you suggested. Thanks! |
… Settings Signed-off-by: Pablo Ariño Muñoz <[email protected]>
Signed-off-by: Pablo Ariño Muñoz <[email protected]>
Signed-off-by: Pablo Ariño Muñoz <[email protected]>
Signed-off-by: Pablo Ariño Muñoz <[email protected]>
a87271e
to
a62976c
Compare
|
||
_ui->labelInterval->setText("seconds (if <a href=\"https://github.com/nextcloud/notify_push\">Client Push</a> is unavailable)"); | ||
_ui->labelInterval->setTextFormat(Qt::RichText); | ||
_ui->labelInterval->setTextInteractionFlags(Qt::TextBrowserInteraction); | ||
_ui->labelInterval->setOpenExternalLinks(true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bit late for a review, but anyway :)
I'd rather have these properties of the label be part of the designer file. The call to setText
will also lose the translated texts coming out from the designer file...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Pabarino would you be up for a follow up PR? 🙈
I would be nice to hide the select if notify push is available. I believe there is a capability value that can be checked for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Pabarino would you be up for a follow up PR? 🙈 I would be nice to hide the select if notify push is available. I believe there is a capability value that can be checked for it.
Hi! Sure, I'll give it a go.
bit late for a review, but anyway :)
I'd rather have these properties of the label be part of the designer file. The call to
setText
will also lose the translated texts coming out from the designer file...
I'll fix this too while I'm at it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @Pabarino!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi!, just requested the PR: #7941
Added an option to the Advanced section in General Settings that allows the user to modify the sync interval.

Checked the nextcloud.cfg file and it works:

I think this would solve issue #2792