aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-16 13:53:26 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-16 13:53:26 +0200
commitd6bb6aebb9f4604841fdd441e1b809d2495dbfbf (patch)
tree2edb231f0b95a0d22631db93aee5c3ca62d3b8ac /src/containers
parentdocs: add tobigue as a contributor (#38) (diff)
downloadferdium-app-d6bb6aebb9f4604841fdd441e1b809d2495dbfbf.tar.gz
ferdium-app-d6bb6aebb9f4604841fdd441e1b809d2495dbfbf.tar.zst
ferdium-app-d6bb6aebb9f4604841fdd441e1b809d2495dbfbf.zip
Add information about donating to Franz
Diffstat (limited to 'src/containers')
-rw-r--r--src/containers/settings/EditSettingsScreen.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js
index 09e7b43ab..778b70ad9 100644
--- a/src/containers/settings/EditSettingsScreen.js
+++ b/src/containers/settings/EditSettingsScreen.js
@@ -289,6 +289,7 @@ export default @inject('stores', 'actions') @observer class EditSettingsScreen e
289 cacheSize, 289 cacheSize,
290 updateStatusTypes, 290 updateStatusTypes,
291 isClearingAllCache, 291 isClearingAllCache,
292 server,
292 } = app; 293 } = app;
293 const { 294 const {
294 checkForUpdates, 295 checkForUpdates,
@@ -314,6 +315,7 @@ export default @inject('stores', 'actions') @observer class EditSettingsScreen e
314 isSpellcheckerIncludedInCurrentPlan={spellcheckerConfig.isIncludedInCurrentPlan} 315 isSpellcheckerIncludedInCurrentPlan={spellcheckerConfig.isIncludedInCurrentPlan}
315 isTodosEnabled={todos.isFeatureActive} 316 isTodosEnabled={todos.isFeatureActive}
316 isWorkspaceEnabled={workspaces.isFeatureActive} 317 isWorkspaceEnabled={workspaces.isFeatureActive}
318 server={server || 'https://api.franzinfra.com'}
317 /> 319 />
318 </ErrorBoundary> 320 </ErrorBoundary>
319 ); 321 );