aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stella.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/stella.js b/stella.js
index 702ba81..985f849 100644
--- a/stella.js
+++ b/stella.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
<name lang="ja">すてら</name>
<description>Show video informations on the status line.</description>
<description lang="ja">ステータスラインに動画の再生時間などを表示する。</description>
- <version>0.20.4</version>
+ <version>0.20.5</version>
<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
<license>new BSD License (Please read the source code comments of this plugin)</license>
<license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license>
@@ -1229,7 +1229,8 @@ Thanks:
label: 'Relations',
id: ID_PREFIX + 'relations-menupopup',
sub: []
- }
+ },
+ 'cancel',
];
function buildContextMenu (setting) {