Rename properties window file

This commit is contained in:
heliguy4599
2023-09-20 23:51:06 -04:00
parent 094710863f
commit d1ee70b9f3
3 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ warehouse_sources = [
'__init__.py',
'main.py',
'window.py',
'show_properties_window.py',
'properties_window.py',
'orphans_window.py',
'remotes.py',
]

View File

@@ -21,7 +21,7 @@ import pathlib
import subprocess
from gi.repository import Adw, Gdk, Gio, GLib, Gtk
from .show_properties_window import show_properties_window
from .properties_window import show_properties_window
from .orphans_window import show_orphans_window