Skip to content

Commit

Permalink
remove google translate add DeepL
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Dec 30, 2023
1 parent 1ab0586 commit 7287e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floorp/browser/components/BrowserManagerSidebar.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export let BrowserManagerSidebar = {
}
},

DEFAULT_WEBPANEL:["https://cloud.astian.org","https://astian.org/community", "https://calendar.astian.org"],
DEFAULT_WEBPANEL:["https://www.deepl.com/translator", "https://calendar.astian.org", "https://notes.astian.org", "https://cloud.astian.org","https://astian.org/community"],
prefsUpdate(){
let defaultPref = {data:{},index:[]}
for(let elem in this.STATIC_SIDEBAR_DATA){
Expand Down

0 comments on commit 7287e58

Please sign in to comment.