Created
March 19, 2013 15:55
-
-
Save avocado3/5197282 to your computer and use it in GitHub Desktop.
mikutter: 起動時強制的にホームタイムラインを表示
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
Plugin.create(:show_home_on_boot) do | |
on_boot do | |
Plugin::GUI::Timeline.instance(:home_timeline).active! | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment