mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-22 18:15:47 +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
|
||||
|
||||
[configfile]
|
||||
user.configuration.js
|
||||
configuration.js
|
||||
|
||||
[requires]
|
||||
1.3.3
|
@ -1,7 +1,7 @@
|
||||
enabled(){
|
||||
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){
|
||||
var account = null;
|
||||
|
Loading…
Reference in New Issue
Block a user