Commit 3e423c08 authored by Roman Alifanov's avatar Roman Alifanov

small fixes

parent 6838be25
...@@ -112,7 +112,7 @@ class Setting: ...@@ -112,7 +112,7 @@ class Setting:
else: else:
global dialog_presented global dialog_presented
if dialog_presented is False: if dialog_presented is False:
from ..main import get_main_window from ...main import get_main_window
dialog = ServiceNotStartedDialog() dialog = ServiceNotStartedDialog()
dialog.present(get_main_window()) dialog.present(get_main_window())
......
...@@ -23,7 +23,7 @@ BuildRequires: libadwaita-gir-devel ...@@ -23,7 +23,7 @@ BuildRequires: libadwaita-gir-devel
BuildRequires: blueprint-compiler BuildRequires: blueprint-compiler
BuildRequires: meson BuildRequires: meson
%add_python3_path %_datadir/%name %add_python3_path %_datadir/tuneit
%description %description
A modular configuration tool A modular configuration tool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment