Busfahrer update
This commit is contained in:
@@ -291,7 +291,7 @@ namespace Casino
|
||||
if (PanelSuit != null) PanelSuit.Visibility = Visibility.Collapsed;
|
||||
|
||||
// Zeige den Auszahlungs-Button ab Runde 1 (nach dem ersten Gewinn) an
|
||||
BtnCashOut.Visibility = (currentPhase > 1 && currentPhase < 4) ? Visibility.Visible : Visibility.Collapsed;
|
||||
BtnCashOut.Visibility = (currentPhase > 0 && currentPhase < 4) ? Visibility.Visible : Visibility.Collapsed;
|
||||
|
||||
switch (currentPhase)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user