equal
deleted
inserted
replaced
184 { |
184 { |
185 serviceButton->setVisible(mainWnd->orientation() == Qt::Horizontal && mButtonShown); |
185 serviceButton->setVisible(mainWnd->orientation() == Qt::Horizontal && mButtonShown); |
186 noVideosLabel->setVisible(true); |
186 noVideosLabel->setVisible(true); |
187 if (mCurrentLevel == Collection) |
187 if (mCurrentLevel == Collection) |
188 { |
188 { |
189 hintLabel->setVisible(false); |
189 hintLabel->setVisible(false); |
190 serviceButton->setIcon(*mAddVideosIcon); |
190 serviceButton->setIcon(*mAddVideosIcon); |
191 } |
191 } |
192 else |
192 else |
193 { |
193 { |
|
194 hintLabel->setVisible(true); |
194 serviceButton->setIcon(*mServiceIcon); |
195 serviceButton->setIcon(*mServiceIcon); |
195 } |
196 } |
196 } |
197 } |
197 } |
198 } |
198 } |
199 } |