mirror of
https://github.com/AppHouseKitchen/AlDente-Battery_Care_and_Monitoring.git
synced 2026-05-30 03:10:49 +02:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 921ec64e46 | |||
| 1559f0c95e | |||
| 90ef62e1c9 | |||
| 2d3089399e | |||
| da53f8ba65 | |||
| 6c9cc14725 | |||
| 55eea484f0 | |||
| d68b3401a2 |
@@ -1,11 +1,22 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug Report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
**MacBook (please complete the following information):**
|
||||||
|
- MacBook Model (https://support.apple.com/en-us/HT201608):
|
||||||
|
- macOS Version (https://support.apple.com/en-us/HT201260):
|
||||||
|
- Charger Model (Apple, Third Party, Wattage,...):
|
||||||
|
- Charging Cable (MagSafe 2, MagSafe 3, USB-C, Apple, Third Party,...):
|
||||||
|
- AlDente Pro or AlDente Free:
|
||||||
|
- AlDente Version:
|
||||||
|
- List or add screenshots of all enabled/disabled settings in AlDente:
|
||||||
|
- Please share a debug file the next time this happens so that we can assess this issue better. You can find a guide on How to generate and share a debug file on our blog(https://apphousekitchen.com/how-to-generate-and-share-a-debug-file/).
|
||||||
|
- External Monitor connected?
|
||||||
|
- MacBook used in Clamshell Mode (with the lid closed)?
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
@@ -17,18 +28,11 @@ Steps to reproduce the behavior:
|
|||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
4. See error
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected Behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots and Screen Recordings**
|
||||||
If applicable, add screenshots or screen recordings to help explain your problem.
|
If applicable, add screenshots or screen recordings of the issue to help explain your problem.
|
||||||
|
|
||||||
**MacBook (please complete the following information):**
|
|
||||||
- MacBook model (https://support.apple.com/en-us/HT201608)
|
|
||||||
- macOS version (https://support.apple.com/en-us/HT201260)
|
|
||||||
- AlDente Pro or AlDente Free?
|
|
||||||
- AlDente Version?
|
|
||||||
- List of all enabled/disabled settings in AlDente:
|
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|||||||
@@ -248,7 +248,8 @@ final class Helper {
|
|||||||
print("helperVersion:", helperVersion, " version from helper:", version)
|
print("helperVersion:", helperVersion, " version from helper:", version)
|
||||||
if !helperVersion.elementsEqual(version) {
|
if !helperVersion.elementsEqual(version) {
|
||||||
reply(false)
|
reply(false)
|
||||||
return() }
|
return()
|
||||||
|
}
|
||||||
else{
|
else{
|
||||||
self.isInitialized = true
|
self.isInitialized = true
|
||||||
reply(true)
|
reply(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user