mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 17:42:27 +01:00
Change liberator.config.appName -> liberator.config.name, thanks Daniel Schaffrath
This commit is contained in:
@@ -157,7 +157,7 @@ const liberator = (function () //{{{
|
|||||||
{ argCount: "0" });
|
{ argCount: "0" });
|
||||||
|
|
||||||
liberator.commands.add(["dia[log]"],
|
liberator.commands.add(["dia[log]"],
|
||||||
"Open a " + liberator.config.appName + " dialog",
|
"Open a " + liberator.config.name + " dialog",
|
||||||
function (args, special)
|
function (args, special)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
@@ -354,7 +354,7 @@ const liberator = (function () //{{{
|
|||||||
{ argCount: "0" });
|
{ argCount: "0" });
|
||||||
|
|
||||||
liberator.commands.add(["res[tart]"],
|
liberator.commands.add(["res[tart]"],
|
||||||
"Force " + liberator.config.appName + " to restart",
|
"Force " + liberator.config.name + " to restart",
|
||||||
function ()
|
function ()
|
||||||
{
|
{
|
||||||
liberator.restart();
|
liberator.restart();
|
||||||
|
|||||||
@@ -470,7 +470,7 @@ liberator.Tabs = function () //{{{
|
|||||||
{ argCount: "0" });
|
{ argCount: "0" });
|
||||||
|
|
||||||
liberator.commands.add(["quita[ll]", "qa[ll]"],
|
liberator.commands.add(["quita[ll]", "qa[ll]"],
|
||||||
"Quit " + liberator.config.appName,
|
"Quit " + liberator.config.name,
|
||||||
function ()
|
function ()
|
||||||
{
|
{
|
||||||
liberator.quit(false);
|
liberator.quit(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user