Compare commits

..

No commits in common. "master" and "1.22.2" have entirely different histories.

2 changed files with 12 additions and 17 deletions

View File

@ -1,22 +1,11 @@
---
name: Bug Report
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
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**
A clear and concise description of what the bug is.
@ -28,11 +17,18 @@ Steps to reproduce the behavior:
3. Scroll down to '....'
4. See error
**Expected Behavior**
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots and Screen Recordings**
If applicable, add screenshots or screen recordings of the issue to help explain your problem.
**Screenshots**
If applicable, add screenshots or screen recordings 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**
Add any other context about the problem here.

View File

@ -248,8 +248,7 @@ final class Helper {
print("helperVersion:", helperVersion, " version from helper:", version)
if !helperVersion.elementsEqual(version) {
reply(false)
return()
}
return() }
else{
self.isInitialized = true
reply(true)