Skip to content

Commit 377f1ab

Browse files
committed
Change splash
1 parent be79d3f commit 377f1ab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

qtribu/resources/images/splash.png

189 KB
Loading

qtribu/toolbelt/log_handler.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from qgis.utils import iface
99

1010
# project package
11-
import qtribu.toolbelt.preferences
11+
import qtribu.toolbelt.preferences as plg_prefs_hdlr
1212
from qtribu.__about__ import __title__
1313

1414
# ############################################################################
@@ -53,9 +53,7 @@ def log(
5353
log(message="Plugin loaded - TEST", log_level=4, push=1)
5454
"""
5555
# if debug mode, let's ignore INFO, SUCCESS and TEST
56-
debug_mode = (
57-
qtribu.toolbelt.preferences.PlgOptionsManager.get_plg_settings().debug_mode
58-
)
56+
debug_mode = plg_prefs_hdlr.PlgOptionsManager.get_plg_settings().debug_mode
5957
if not debug_mode and (1 < log_level < 3 or not push):
6058
return
6159

0 commit comments

Comments
 (0)