disable sandbox
This commit is contained in:
parent
105bc40030
commit
289eeaa4c8
@ -30,7 +30,7 @@
|
||||
<url type="donation">https://martinrotter.github.io/donate/</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="3.8.4" date="2021-02-18"/>
|
||||
<release version="3.8.4" date="2021-02-19"/>
|
||||
</releases>
|
||||
<content_rating type="oars-1.0">
|
||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||
|
@ -12,11 +12,8 @@
|
||||
#define FEEDLY_API_REDIRECT_URI_PORT 8080
|
||||
#define FEEDLY_API_SCOPE "https://cloud.feedly.com/subscriptions"
|
||||
|
||||
#if defined(NDEBUG)
|
||||
#define FEEDLY_API_URL_BASE "https://sandbox7.feedly.com/v3/"
|
||||
#else
|
||||
//#define FEEDLY_API_URL_BASE "https://sandbox7.feedly.com/v3/"
|
||||
#define FEEDLY_API_URL_BASE "https://cloud.feedly.com/v3/"
|
||||
#endif
|
||||
|
||||
#define FEEDLY_API_SYSTEM_TAG_READ "global.read"
|
||||
#define FEEDLY_API_SYSTEM_TAG_SAVED "global.saved"
|
||||
|
@ -23,7 +23,7 @@ QList<ServiceRoot*> FeedlyEntryPoint::initializeSubtree() const {
|
||||
}
|
||||
|
||||
QString FeedlyEntryPoint::name() const {
|
||||
return QSL("Feedly (WIP)");
|
||||
return QSL("Feedly");
|
||||
}
|
||||
|
||||
QString FeedlyEntryPoint::code() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user