mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-30 23:34:09 +02:00
Rename configuration file in reply-account plugin
This commit is contained in:
parent
d42cc5b762
commit
2ad179ef8e
Resources/Plugins/reply-account
@ -14,7 +14,7 @@ chylex
|
|||||||
https://tweetduck.chylex.com
|
https://tweetduck.chylex.com
|
||||||
|
|
||||||
[configfile]
|
[configfile]
|
||||||
user.configuration.js
|
configuration.js
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
1.3.3
|
1.3.3
|
@ -1,7 +1,7 @@
|
|||||||
enabled(){
|
enabled(){
|
||||||
var configuration = { defaultAccount: "" };
|
var configuration = { defaultAccount: "" };
|
||||||
|
|
||||||
window.TDPF_loadConfigurationFile(this, "user.configuration.js", "user.configuration.default.js", obj => configuration = obj);
|
window.TDPF_loadConfigurationFile(this, "configuration.js", "configuration.default.js", obj => configuration = obj);
|
||||||
|
|
||||||
this.uiInlineComposeTweetEvent = function(e, data){
|
this.uiInlineComposeTweetEvent = function(e, data){
|
||||||
var account = null;
|
var account = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user