mirror of
https://github.com/lutris/lutris
synced 2024-11-02 12:40:46 +00:00
Rename stylesheet
This commit is contained in:
parent
c05a26b600
commit
c354bfcc3d
2 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Application(Gtk.Application):
|
|||
self.css_provider = Gtk.CssProvider.new()
|
||||
|
||||
try:
|
||||
self.css_provider.load_from_path(os.path.join(datapath.get(), 'ui', 'log-window.css'))
|
||||
self.css_provider.load_from_path(os.path.join(datapath.get(), 'ui', 'lutris.css'))
|
||||
except GLib.Error as e:
|
||||
logger.exception(e)
|
||||
|
||||
|
|
Loading…
Reference in a new issue