mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 13:54:24 +00:00
Added logger & settings.ini file
This commit is contained in:
@@ -215,7 +215,7 @@ RootScreen:
|
||||
on_release:
|
||||
root.exitapp()
|
||||
Label:
|
||||
text: "You are currently running Version 2.2.0 - If you encounter a bug, please report it!"
|
||||
text: "You are currently running Version 2.3.0 - If you encounter a bug, please report it!"
|
||||
font_size: 13
|
||||
pos_hint: {"y": -0.45, "x":0.05}
|
||||
Button:
|
||||
@@ -404,7 +404,6 @@ RootScreen:
|
||||
Rectangle:
|
||||
size: self.size
|
||||
pos: self.pos
|
||||
GridLayout:
|
||||
FloatLayout:
|
||||
Label:
|
||||
text: "Change Temperature"
|
||||
@@ -452,7 +451,7 @@ RootScreen:
|
||||
id: prsel
|
||||
size_hint: 0.2, 0.1
|
||||
pos_hint: {"x":0.35, "y": 0.1}
|
||||
text: "Easy\nreprogramming" if self.state == "normal" else "Advanced\nreprogramming"
|
||||
text: "Full\nreprogramming" if self.state == "normal" else "Partial\nreprogramming"
|
||||
on_release: root.change_mode()
|
||||
background_color: (255,0,0,0.6) if self.state == "normal" else (0,0,255,0.6)
|
||||
Button:
|
||||
@@ -591,7 +590,7 @@ RootScreen:
|
||||
id: prsel
|
||||
size_hint: 0.2, 0.1
|
||||
pos_hint: {"x":0.35, "y": 0.1}
|
||||
text: "Easy\nreprogramming" if self.state == "normal" else "Advanced\nreprogramming"
|
||||
text: "Full\nreprogramming" if self.state == "normal" else "Partial\nreprogramming"
|
||||
on_release: root.change_mode()
|
||||
background_color: (255,0,0,0.6) if self.state == "normal" else (0,0,255,0.6)
|
||||
Button:
|
||||
@@ -626,7 +625,7 @@ RootScreen:
|
||||
Label:
|
||||
text: "This is a rework of the BiogasControllerApp V1, that was originally programmed by S. Reichmuth."
|
||||
Label:
|
||||
text: "Written by: Janis Hutz\nDesigned by: Janis Hutz\nDesign language: Kivy"
|
||||
text: "Written by: Janis Hutz\nDesigned by: Janis Hutz\nDesign language: Kivy"
|
||||
|
||||
<Modify>:
|
||||
on_pre_enter: self.config = root.read_config()
|
||||
@@ -662,7 +661,7 @@ RootScreen:
|
||||
root.issue_reporting()
|
||||
ToggleButton:
|
||||
id: prsel
|
||||
text: "Easy\nreprogramming" if self.state == "normal" else "Advanced\nreprogramming"
|
||||
text: "Full\nreprogramming" if self.state == "normal" else "Partial\nreprogramming"
|
||||
on_release: root.change_programming()
|
||||
background_color: (255,0,0,0.6) if self.state == "normal" else (0,0,255,0.6)
|
||||
Button:
|
||||
|
||||
Reference in New Issue
Block a user