max lin
max lin
@kalvish21 a workaround here(Swift): ``` let aWindow = self.window as! INAppStoreWindow aWindow.titleBarDrawingBlock = {[unowned self] drawsAsMainWindow, drawingRect, edge, clippingPath in NSNotificationCenter.defaultCenter().postNotificationName(NSWindowDidMoveNotification, object:self.window) } ```
I had fix this. @mattshepherd @indragiek @jakepetroules @tonyarnold @robin ``` - (void)becomeKeyWindow { // repost the first NSLeftMouseDown event filter by NSWindow [self postEvent:[self currentEvent] atStart:true]; [super becomeKeyWindow]; [self _updateTitlebarView];...
or you can repost the event in NSWindowDelegate's notification ``` - (void)windowDidBecomeKey:(NSNotification *)notification { NSEvent *theEvent = [self.window currentEvent]; if (theEvent != nil) { if(theEvent.type == NSLeftMouseDown){ [self.window postEvent:theEvent atStart:true];...
有问题,只能先下架了,只能自己 编译后使用。
另外 某些请求失败了 可以自动进行重试,有时候可能是因为请求太快才导致失败了。
自动打码情况 下,若发现是未登录状态,则会自动登录,但是自动登录成功之后则无法继续自动打码。
#143
#145
@minchangyong 有没有截图什么的啊,什么错误?
@chroming 1. 可以 在preference里的筛选界面定制的。 2. 在一开始界面增加了提示了 3. 可以考虑加到菜单栏里