MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / unlock

Method unlock

launcher/ui/pages/instance/ServersPage.cpp:235–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235 void unlock()
236 {
237 if(!m_locked)
238 {
239 return;
240 }
241 m_locked = false;
242
243 updateFSObserver();
244 }
245
246 int addEmptyRow(int position)
247 {

Callers 1

runningStateChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected