1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 17:08:39 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Toxblh 2018-04-24 22:54:12 +01:00
commit 4b8ef1cd96
2 changed files with 5 additions and 3 deletions

View File

@ -178,7 +178,9 @@ class AppScrubberTouchBarItem: NSCustomTouchBarItem, NSScrubberDelegate, NSScrub
if (self.ticks > maxTicks) {
if let processIdentifier = applications[selected].pid {
NSRunningApplication(processIdentifier: processIdentifier)?.forceTerminate()
if !(NSRunningApplication(processIdentifier: processIdentifier)?.terminate())! {
NSRunningApplication(processIdentifier: processIdentifier)?.forceTerminate()
}
}
} else {
hf.tap(strong: 6)

View File

@ -34,7 +34,7 @@ My the idea is to create the program like a platform for plugins for customizati
- [ ] System for autoupdate (maybe https://sparkle-project.org/)
Settings:
- [ ] Intarface for plugins and export like presets
- [ ] Interface for plugins and export like presets
- [ ] Startup at login
- [ ] Show on/off in Dock
- [ ] Show on/off in StatusBar
@ -167,7 +167,7 @@ File for customize your preset for MTMR: `open ~/Library/Application\ Support/MT
"url": "https://google.com",
```
## Additional paramaters:
## Additional parameters:
- `width` allow to restrict how much room a particular button will take
```json