Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ appUnlocked
Method
appUnlocked
src/main/java/Client/AutoStatus.java:120–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
public
void
appUnlocked() {
121
if
(Config.autoAwayType == Config.AWAY_LOCK) {
122
restoreStatus();
123
}
124
}
125
126
private
void
setAutoAway(String msg) {
127
synchronized(this) {
Callers
1
destroyView
Method · 0.80
Calls
1
restoreStatus
Method · 0.95
Tested by
no test coverage detected