isSettingButtonInBaseRow method

bool isSettingButtonInBaseRow()

Implementation

bool isSettingButtonInBaseRow() {
  return isRoomNeedTakeSeat.value &&
      !RoomStore.to.currentUser.isOnSeat.value &&
      RoomStore.to.currentUser.userRole.value != TUIRole.administrator;
}