15 bugs have been fixed

This commit is contained in:
2014-11-07 04:29:57 -06:00
parent 1af4a8b291
commit 19a0a69d8c
10 changed files with 26 additions and 193 deletions

View File

@@ -14,6 +14,7 @@ max_tweets_per_call = integer(default=100)
reverse_timelines = boolean(default=False)
time_to_check_streams = integer(default=30)
announce_stream_status = boolean(default=True)
auto_connect_streams = boolean(default=True)
[sound]
volume = float(default=1.0)
@@ -85,4 +86,4 @@ search = string(default="control+win+-")
edit_keystrokes = string(default="control+win+k")
view_user_lists = string(default="control+win+l")
get_more_items = string(default="alt+win+pageup")
connect_streams = string(default="win+alt+c")
connect_streams = string(default="win+alt+s")