restart is not required when changing enabled gems

This commit is contained in:
Vinicius Moreira
2019-09-16 19:09:05 -03:00
parent 227e417491
commit c1410ca9b6
22 changed files with 183 additions and 127 deletions

View File

@@ -213,10 +213,10 @@ class GetAppHistory(AsyncAction):
self.app = None
class SearchApps(AsyncAction):
class SearchPackages(AsyncAction):
def __init__(self, manager: SoftwareManager):
super(SearchApps, self).__init__()
super(SearchPackages, self).__init__()
self.word = None
self.manager = manager