Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

######### Only These two lines to edit with new version ######
# next veriosn do not missing to add "" to version number
version=18.2
version=18.3
description="
What is NEW:
- Add BO-HLALA Style
- Fix crash in VTI and BH Vu imges

ما هو الجديد:
- BO-HLALA إضافة تصاميم
- BH VU و VTI إصلاح مشكلة الكراش على صورة
"
##############################################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1237,8 +1237,8 @@ def __init__(self, session):
list.append((_("%s") % title71, "Transparent"))
list.append((_("%s") % title94, "Transparent2"))
if not (BHVU() or VTI() or DreamOS()):
list.append(getConfigListEntry("%s" % title99))
list.append((_("%s") % title97, "BO-HLALA-Style"))
list.append(getConfigListEntry("%s" % title99))
list.append((_("%s") % title97, "BO-HLALA-Style"))
self["menu"] = MenuList(list)
self["menu"].onSelectionChanged.append(self.Picture)
self.onShow.append(self.Picture)
Expand Down Expand Up @@ -1418,12 +1418,13 @@ def Plugins(**kwargs):
fnc=run
)

contextlist = PluginDescriptor(
name=_("RAED's RaedQuickSignal [RaedQuickSignal]"),
description=description,
where=PluginDescriptor.WHERE_CHANNEL_CONTEXT_MENU,
fnc=run
)
if hasattr(PluginDescriptor, "WHERE_CHANNEL_CONTEXT_MENU"):
contextlist = PluginDescriptor(
name=_("RAED's RaedQuickSignal [RaedQuickSignal]"),
description=description,
where=PluginDescriptor.WHERE_CHANNEL_CONTEXT_MENU,
fnc=run
)

if "Menu" in selected_options:
result.append(menulist)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RAED(fairbird)
# Support (www.tunisia-sat.com)

version=18.2
version=18.3