Skip to content

Commit

Permalink
XtrendRemote: Use proper key names
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Jan 23, 2018
1 parent 729a998 commit cf1ecdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XtrendRemote/src/plugin.py
Expand Up @@ -63,8 +63,8 @@ def __init__(self, session):
from Components.ActionMap import ActionMap
from Components.Button import Button

self["ok"] = Button(_("OK"))
self["cancel"] = Button(_("Cancel"))
self["key_green"] = self["ok"] = Button(_("OK"))
self["key_red"] = self["cancel"] = Button(_("Cancel"))

self["actions"] = ActionMap(["SetupActions", "ColorActions"],
{
Expand Down

0 comments on commit cf1ecdd

Please sign in to comment.