mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
set away prompt to 5 minutes
This commit is contained in:
@ -17,7 +17,7 @@ import sublime_plugin
|
|||||||
|
|
||||||
|
|
||||||
# Prompt user if no activity for this many minutes
|
# Prompt user if no activity for this many minutes
|
||||||
AWAY_MINUTES = 10
|
AWAY_MINUTES = 5
|
||||||
|
|
||||||
# globals
|
# globals
|
||||||
PLUGIN_DIR = dirname(realpath(__file__))
|
PLUGIN_DIR = dirname(realpath(__file__))
|
||||||
|
Reference in New Issue
Block a user