aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/SettingsStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-22 10:53:11 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-22 10:53:11 +0100
commitaef5033ef19bf51dbacc0dcdfe76ec2d90173531 (patch)
tree42eaf9512651aeef8fc61c035f59cb37c663c2e7 /src/stores/SettingsStore.js
parentFix disable save service button (diff)
downloadferdium-app-aef5033ef19bf51dbacc0dcdfe76ec2d90173531.tar.gz
ferdium-app-aef5033ef19bf51dbacc0dcdfe76ec2d90173531.tar.zst
ferdium-app-aef5033ef19bf51dbacc0dcdfe76ec2d90173531.zip
Add "Franz" to debug identifiers
Diffstat (limited to 'src/stores/SettingsStore.js')
-rw-r--r--src/stores/SettingsStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/SettingsStore.js b/src/stores/SettingsStore.js
index 4b5715628..f1b067115 100644
--- a/src/stores/SettingsStore.js
+++ b/src/stores/SettingsStore.js
@@ -8,7 +8,7 @@ import Request from './lib/Request';
8import CachedRequest from './lib/CachedRequest'; 8import CachedRequest from './lib/CachedRequest';
9 9
10const { systemPreferences } = remote; 10const { systemPreferences } = remote;
11const debug = require('debug')('SettingsStore'); 11const debug = require('debug')('Franz:SettingsStore');
12 12
13export default class SettingsStore extends Store { 13export default class SettingsStore extends Store {
14 @observable appSettingsRequest = new CachedRequest(this.api.local, 'getAppSettings'); 14 @observable appSettingsRequest = new CachedRequest(this.api.local, 'getAppSettings');