Skip to content

Commit

Permalink
Fixing initialization of "remove-menu"
Browse files Browse the repository at this point in the history
  • Loading branch information
frianasoa committed Jan 2, 2024
1 parent dd34040 commit 0e852fa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions content/settings/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ Zotero_Preferences.ZeNotes = {
case 'global':
args = [
["bg-opacity", "zn-bg-opacity"],
["remove-menu", "zn-remove-menu"],
["html-filter-replacement", "zn-html-filter-replacement"],
["html-filter", "zn-html-filter"],
["column-width", "zn-column-width"],
Expand Down Expand Up @@ -294,7 +293,8 @@ Zotero_Preferences.ZeNotes = {
break;
case 'performance':
args = [
["load-on-change", "zn-reload-on-change"]
["load-on-change", "zn-reload-on-change"],
["remove-menu", "zn-remove-menu"]
];
break;
case 'load-save':
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>ZeNotes</em:name>
<em:version>0.7.2</em:version>
<em:version>0.7.3</em:version>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:updateURL>https://raw.githubusercontent.com/frianasoa/zenotes/main/zenote-update.json</em:updateURL>
<em:homepageURL>https://github.com/frianasoa/zenotes</em:homepageURL>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Ze Notes",
"version": "0.7.2",
"version": "0.7.3",
"description": "Advanced notes manager",
"homepage_url": "https://github.com/frianasoa/zenotes",
"author": "Fanantenana Rianasoa Andriariniaina",
Expand Down
6 changes: 3 additions & 3 deletions zenote-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"[email protected]": {
"updates": [
{
"version": "0.7.2",
"update_link": "https://github.com/frianasoa/Ze-Notes/releases/download/v0.7.2/zenotes-v0.7.2.xpi",
"update_hash": "sha256:e2b5cf64cfdd7b4e19b289e7e955d6a1b0f4496c19a4a909f3b5611d16c540ed",
"version": "0.7.3",
"update_link": "https://github.com/frianasoa/Ze-Notes/releases/download/v0.7.3/zenotes-v0.7.3.xpi",
"update_hash": "sha256:a0f7da409142cf0cf9be3833fefde58d04b0143eecf11f2140caae426744afb7",
"applications": {
"gecko": {
"strict_min_version": "60.0"
Expand Down
6 changes: 3 additions & 3 deletions zenote-update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<rdf:Seq>
<rdf:li>
<rdf:Description>
<ns1:version>0.7.2</ns1:version>
<ns1:version>0.7.3</ns1:version>
<ns1:targetApplication>
<rdf:Description>
<ns1:id>[email protected]</ns1:id>
<ns1:minVersion>5.0.0</ns1:minVersion>
<ns1:maxVersion>6.*</ns1:maxVersion>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.7.2/zenotes-v0.7.2.xpi</ns1:updateLink>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.7.3/zenotes-v0.7.3.xpi</ns1:updateLink>
</rdf:Description>
</ns1:targetApplication>

Expand All @@ -20,7 +20,7 @@
<ns1:id>[email protected]</ns1:id>
<ns1:minVersion>4.999</ns1:minVersion>
<ns1:maxVersion>6.*</ns1:maxVersion>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.7.2/zenotes-v0.7.2.xpi</ns1:updateLink>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.7.3/zenotes-v0.7.3.xpi</ns1:updateLink>
</rdf:Description>
</ns1:targetApplication>

Expand Down

0 comments on commit 0e852fa

Please sign in to comment.