mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Created connection_view.py
This commit is contained in:
parent
8c00d509c7
commit
64c3ab248e
13
views/connection_view.py
Normal file
13
views/connection_view.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
from controllers.localization_controller import LocalizationController
|
||||
|
||||
# noinspection PyProtectedMember
|
||||
_ = LocalizationController()._
|
||||
|
||||
|
||||
class ConnectionView:
|
||||
def __init__(self):
|
||||
self.connection_messages = {
|
||||
# TODO add verbose messages for model
|
||||
"connection_is_detected": _("You have internet connection, proceeding..."),
|
||||
"connection_is_not_detected": _("Please verify your internet connection before launching")
|
||||
}
|
Loading…
Reference in New Issue
Block a user