feat:Finished stable v0.10.0

This commit is contained in:
Benex254
2024-08-05 09:46:54 +03:00
parent 4a5c82bd08
commit 2c5506b62f
38 changed files with 169 additions and 165 deletions

View File

@@ -1,8 +1,8 @@
from kivy.properties import ObjectProperty, StringProperty
from View.base_screen import BaseScreenView
from Utility.kivy_markup_helper import bolden, color_text, underline
from Utility.data import themes_available
from anixstream.View.base_screen import BaseScreenView
from anixstream.Utility.kivy_markup_helper import bolden, color_text, underline
from anixstream.Utility.data import themes_available
class HelpScreenView(BaseScreenView):