mirror of
https://github.com/status-im/desktop-qa-automation.git
synced 2025-02-24 10:08:22 +00:00
* OS native dialog replaced on Qt dialog * Starting fluxbox added to make File Dialog visible
7 lines
213 B
Python
7 lines
213 B
Python
from gui.elements.object import QObject
|
|
|
|
|
|
class BackUpSeedPhraseBanner(QObject):
|
|
def __init__(self):
|
|
super(BackUpSeedPhraseBanner, self).__init__('mainWindow_secureYourSeedPhraseBanner_ModuleWarning')
|