mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2025-01-13 14:30:01 +00:00
small tweaks and another test release
This commit is contained in:
parent
3985d86486
commit
ef29cf88e1
@ -5,7 +5,7 @@ const createHttpLink = require('apollo-link-http').createHttpLink;
|
||||
const gql = require('graphql-tag')
|
||||
|
||||
// TEST_MODE can be turned on or off to prevent communications with the Apollo iMessage Server running on your modern Mac
|
||||
const TEST_MODE = true
|
||||
const TEST_MODE = false
|
||||
const DEBUG = false
|
||||
let lastMessageFromSerialPortTime
|
||||
|
||||
|
BIN
dist/MessagesForMacintosh.dsk
vendored
BIN
dist/MessagesForMacintosh.dsk
vendored
Binary file not shown.
BIN
dist/MessagesForMacintosh.zip
vendored
BIN
dist/MessagesForMacintosh.zip
vendored
Binary file not shown.
@ -202,6 +202,8 @@ void EventLoop(struct nk_context *ctx)
|
||||
// new chat lookups
|
||||
if (TickCount() - lastUpdatedTickCountMessagesInChat > 300) {
|
||||
|
||||
lastUpdatedTickCountMessagesInChat = TickCount();
|
||||
|
||||
if (strcmp(activeChat, "no active chat")) {
|
||||
|
||||
// writeSerialPortDebug(boutRefNum, "check chat");
|
||||
|
Loading…
x
Reference in New Issue
Block a user