Fix for Druid containers mode

This commit is contained in:
Insality
2025-05-28 23:20:48 +03:00
parent 97942965cd
commit 350770ba9e
4 changed files with 8 additions and 11 deletions

View File

@@ -73,10 +73,8 @@ M.REVERSE_PIVOTS = {
M.LAYOUT_MODE = {
STRETCH_X = "stretch_x",
STRETCH_Y = "stretch_y",
ZOOM_MIN = "zoom_min",
ZOOM_MAX = "zoom_max",
FIT = gui.ADJUST_FIT,
STRETCH = gui.ADJUST_STRETCH,
FIT = "fit",
STRETCH = "stretch",
}
M.CURRENT_SYSTEM_NAME = sys.get_sys_info().system_name