mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 13:54:24 +00:00
App launching, some porting work complete
This commit is contained in:
10
biogascontrollerapp/gui/settings/settings.py
Normal file
10
biogascontrollerapp/gui/settings/settings.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from kivy.uix.screenmanager import Screen
|
||||
from kivy.lang import Builder
|
||||
import webbrowser
|
||||
|
||||
|
||||
class SettingsScreen(Screen):
|
||||
def report_issue(self):
|
||||
webbrowser.open('https://github.com/janishutz/BiogasControllerApp/issues', new=2)
|
||||
|
||||
Builder.load_file('./gui/settings/settings.kv')
|
||||
Reference in New Issue
Block a user