This website works better with JavaScript.
Home
Explore
Register
Sign In
Mojave
/
Kage112
forked from
yaypixxo/Kage
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix openURL deprication and use higher resolution twitter icon
tags/v1.0.0
Viggo Lekdorf
4 years ago
parent
638f835008
commit
13716b081f
3 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
kageprefs/KgeRootListController.m
BIN
kageprefs/Resources/.DS_Store
BIN
kageprefs/Resources/twitter@2x.png
+ 1
- 1
kageprefs/KgeRootListController.m
View File
@@ -29,7 +29,7 @@
url = [NSURL URLWithString:@"https://mobile.twitter.com/Ra1nPix"];
}
[[UIApplication sharedApplication]
openURL:ur
l];
[[UIApplication sharedApplication]
openURL:url options:@{} completionHandler:ni
l];
}
-(void)saveTapped {
BIN
kageprefs/Resources/.DS_Store
View File
BIN
kageprefs/Resources/twitter@2x.png
View File
Before
After
Width:
64
| Height:
64
| Size:
1.5KB
Write
Preview
Loading…
Cancel
Save