ballistica icon indicating copy to clipboard operation
ballistica copied to clipboard

Bring back option to disable viewing Party Button in the top right

Open vishal332008 opened this issue 10 months ago • 5 comments

@efroemling can you please add back the function bauiv1.set_party_icon_always_visible(True/False) ? you removed it in this commit https://github.com/efroemling/ballistica/commit/648d90e9710592418f0bfdea179f37bfa807b434 . It is kinda causing customization problems as I can remove all the other buttons from the toolbar but that one button remains. I know you want to make it as easy as possible for the toolbar to work, but I am hoping you could do something about the party button.

vishal332008 avatar Mar 01 '25 18:03 vishal332008

Can you elaborate on the use case for this? That might influence how this could work. Are you thinking about single player total conversion type things that never want to show it? Or a single particular main-window that wants to hide it for some particular reason?

efroemling avatar Mar 05 '25 20:03 efroemling

As a bit of background: the change to have it be hard-coded as always present is somewhat in preparation for squads mode; in that case I'm expecting inviting friends/etc to happen through the squads window, so its important for it to be always available even if there is nobody else in your squad at the moment.

efroemling avatar Mar 05 '25 20:03 efroemling

Can you elaborate on the use case for this? That might influence how this could work. Are you thinking about single player total conversion type things that never want to show it? Or a single particular main-window that wants to hide it for some particular reason?

Never want to show it type of thing. Working on new appmode and managed to disable the toolbar using some correct inputs and now the only thing left is the party button, I don't want it there too, so yeah. https://github.com/vishal332008/BOSOS/blob/6021b7bd2d0ae1ed78c5256a6cad6727f05104bd/BOSOS.py#L67 I think that this is the line making the button or it might be because I am giving toolbar values to some container widget. I haven't really checked correctly.

vishal332008 avatar Mar 06 '25 01:03 vishal332008

I don't remember why I had the classic_app_mode_activate called in the first place, so I'll try to remove that line and test a bit, but if it does not work, then yeah.. need smth to remove it

vishal332008 avatar Mar 06 '25 01:03 vishal332008

@efroemling ignore the issue, can you message me here (discord dm) asap ?

vishal332008 avatar Apr 01 '25 14:04 vishal332008