You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello is the all in graph ported to qt5? it used to work before but now using your repo it is identical to the winnings graph. opened the database and values are the same for the allinev and winnings collumns. could you try to fix this? even with installed pypoker-eval graphs are the same. @ChazDazzle
EDIT - Fixed the all in ev graph being the same as the greenline
The text was updated successfully, but these errors were encountered:
Also is there an easy way of disabling play money hands for graphs and positional stats and tourney stats? delete playmoney part from filters.py?
edit add playmoney in import filters?
EasternSun300
changed the title
All in graph - same as winnings graph.
A couple of questions.
Aug 28, 2020
Also is there a way to start hud_main with --minimized?
changes in GuiAutoImport.py line 212 -
command = 'python "'+path+'\HUD_main.pyw" ' + self.settings['cl_options']
to
command = 'python "'+path+'\HUD_main.pyw --minimized" ' + self.settings['cl_options']
or
command = 'python "'+path+'\HUD_main.pyw" --minimized ' + self.settings['cl_options']
doesnt do what i want
Edit - starting fpdb.pyw with --minimized minimizes only the main window HUD_main is still maximized
Hello is the all in graph ported to qt5? it used to work before but now using your repo it is identical to the winnings graph. opened the database and values are the same for the allinev and winnings collumns. could you try to fix this? even with installed pypoker-eval graphs are the same. @ChazDazzle
EDIT - Fixed the all in ev graph being the same as the greenline
The text was updated successfully, but these errors were encountered: