fpdb-chaz
fpdb-chaz copied to clipboard
A couple of questions.
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
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?
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
EDIT - Fixed