mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 05:24:16 +02:00
restart is not required when changing enabled gems
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user