[ui] feature: themes

This commit is contained in:
Vinicius Moreira
2020-11-27 15:52:57 -03:00
parent 813c812030
commit 60228eec97
176 changed files with 11941 additions and 2985 deletions

View File

@@ -77,10 +77,10 @@ class ProcessWatcher:
:return: if the use requested to stop the process.
"""
def request_root_password(self) -> Tuple[str, bool]:
def request_root_password(self) -> Tuple[bool, str]:
"""
asks the root password for the user
:return: a tuple with the typed password and if it is valid
:return: a tuple informing if the password is valid and its text
"""