Jelajahi Sumber

De-uglify dropbox menu item

Felix Paul Kühne 12 tahun lalu
induk
melakukan
c0138a08f1
3 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      AspenProject/VLCMenuTableViewController.m
  2. TEMPAT SAMPAH
      Resources/dropboxLabel.png
  3. TEMPAT SAMPAH
      Resources/dropboxLabel@2x.png

+ 2 - 2
AspenProject/VLCMenuTableViewController.m

@@ -163,8 +163,8 @@
     }
 
     if ([title isEqualToString:@"Dropbox"]) {
-        [[(GHMenuCell*)cell titleImageView] setImage: [UIImage imageNamed:@"dropboxLabel"]];
-        cell.textLabel.text = @"";
+        cell.imageView.image = [UIImage imageNamed:@"dropboxLabel"];
+        cell.textLabel.text = title;
     } else if ([title isEqualToString:@"WiFi Upload"]) {
         _uploadLocationLabel = [(VLCWiFiUploadTableViewCell*)cell uploadAddressLabel];
         _uploadSwitch = [(VLCWiFiUploadTableViewCell*)cell serverOnSwitch];

TEMPAT SAMPAH
Resources/dropboxLabel.png


TEMPAT SAMPAH
Resources/dropboxLabel@2x.png