mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-21 05:20:54 +00:00
3.5.301
This commit is contained in:
parent
8db999a8a8
commit
8280b93c97
28 changed files with 2140 additions and 603 deletions
|
@ -815,8 +815,8 @@ FFZ.prototype._setting_get = function(key) {
|
|||
}
|
||||
|
||||
FFZ.prototype._setting_get_twitch = function(key) {
|
||||
var Settings = utils.ember_lookup('controller:settings');
|
||||
return Settings && Settings.get('settings.' + key);
|
||||
var Settings = utils.ember_settings();
|
||||
return Settings && Settings.get(key);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue