MCPcopy Create free account
hub / github.com/PlayOnLinux/POL-POM-4 / savePosition

Method savePosition

python/mainwindow.py:145–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

143 return self.SavePerspective().replace(self._getPerspectiveName(), "PERSPECTIVE_NAME")
144
145 def savePosition(self):
146 playonlinux.SetSettings("PANEL_PERSPECTIVE", self.getPerspective())
147
148 def restorePosition(self):
149 self.startPerspective = self.SavePerspective()

Callers 1

DestroyMethod · 0.95

Calls 1

getPerspectiveMethod · 0.95

Tested by

no test coverage detected